> For the complete documentation index, see [llms.txt](https://einverne.gitbook.io/intellij-idea-tutorial/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://einverne.gitbook.io/intellij-idea-tutorial/maven-java-web-project-introduce2.md).

# 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
