# 26. Maven 的单模块 Spring MVC + Spring + Spring Data JPA 项目

## 初衷

* 本章展示 IntelliJ IDEA 高度集成化的效果，降低 IntelliJ IDEA 入门时间
* 欢迎来到 IntelliJ IDEA 世界

## 项目

* 项目地址：<https://github.com/judasn/Basic-Single-Module-SSJPA>

## 开发环境

* JDK 7（理论上支持 JDK 6、JDK 7、JDK 8）
* MySQL 5.6
* Maven 3.1.1
* Tomcat 7
* Git 2.7.0.2-64-bit
* IntelliJ IDEA 2016.1.1
* 所有编码：UTF-8


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://einverne.gitbook.io/intellij-idea-tutorial/maven-java-web-project-introduce2.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
