forked from judasn/IntelliJ-IDEA-Tutorial
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
2016-04-21新增 Maven 的单模块之 Spring MVC + Spring + Spring Data JPA 项目(基于 …
…IntelliJ IDEA)文章
- Loading branch information
Showing
3 changed files
with
44 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# Maven 的单模块 / 多模块之 Spring MVC + Spring + Spring Data JPA 项目(基于 IntelliJ IDEA) | ||
|
||
|
||
## 初衷 | ||
|
||
- 本章展示 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 |