IntelliJ-IDEA-Tutorial/maven-java-web-project-introduce2.md

23 lines
479 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 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