Skip to content

Commit

Permalink
2016-04-21新增 Maven 的单模块之 Spring MVC + Spring + Spring Data JPA 项目(基于 …
Browse files Browse the repository at this point in the history
…IntelliJ IDEA)文章
  • Loading branch information
judasn committed Apr 21, 2016
1 parent 4343c8d commit 0954245
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 19 deletions.
19 changes: 10 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,15 +41,16 @@
- [22.Eclipse 的 Java Web 项目环境搭建](eclipse-java-web-project-introduce.md)
- [23.Maven 项目介绍](maven-project-introduce.md)
- [24.Maven 的单模块 / 多模块之 Spring MVC + Spring + Mybatis 项目讲解(重点)](maven-java-web-project-introduce.md)
- [25.Debug 讲解](debug-introduce.md)
- [26.重构讲解](refactor-introduce.md)
- [27.数据库管理工具](database-introduce.md)
- [28.IntelliJ IDEA 常用设置-1](settings-introduce-1.md)
- [29.IntelliJ IDEA 常用设置-2](settings-introduce-2.md)
- [30.IntelliJ IDEA 常用快捷键讲解(Win+Linux)](keymap-introduce.md)
- [31.IntelliJ IDEA 常用快捷键讲解(Mac)](keymap-mac-introduce.md)
- [32.IntelliJ IDEA 的 Java 热部署插件 JRebel 安装及使用](jrebel-setup.md)
- [33.本教程总结](this-tutorial-the-end.md)
- [25.Maven 的单模块之 Spring MVC + Spring + Spring Data JPA 项目(基于 IntelliJ IDEA)](maven-java-web-project-introduce2.md)
- [26.Debug 讲解](debug-introduce.md)
- [27.重构讲解](refactor-introduce.md)
- [28.数据库管理工具](database-introduce.md)
- [29.IntelliJ IDEA 常用设置-1](settings-introduce-1.md)
- [30.IntelliJ IDEA 常用设置-2](settings-introduce-2.md)
- [31.IntelliJ IDEA 常用快捷键讲解(Win+Linux)](keymap-introduce.md)
- [32.IntelliJ IDEA 常用快捷键讲解(Mac)](keymap-mac-introduce.md)
- [33.IntelliJ IDEA 的 Java 热部署插件 JRebel 安装及使用](jrebel-setup.md)
- [34.本教程总结](this-tutorial-the-end.md)

## 联系(Contact)

Expand Down
21 changes: 11 additions & 10 deletions TOC.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,14 @@
- [21.插件讲解](plugins-settings.md)
- [22.Eclipse 的 Java Web 项目环境搭建](eclipse-java-web-project-introduce.md)
- [23.Maven 项目介绍](maven-project-introduce.md)
- [24.Maven 的单模块 / 多模块之 Spring MVC + Spring + Mybatis 项目讲解](maven-java-web-project-introduce.md)
- [25.Debug 讲解](debug-introduce.md)
- [26.重构讲解](refactor-introduce.md)
- [27.数据库管理工具](database-introduce.md)
- [28.IntelliJ IDEA 常用设置-1](settings-introduce-1.md)
- [29.IntelliJ IDEA 常用设置-2](settings-introduce-2.md)
- [30.IntelliJ IDEA 常用快捷键讲解(Win+Linux)](keymap-introduce.md)
- [31.IntelliJ IDEA 常用快捷键讲解(Mac)](keymap-mac-introduce.md)
- [32.IntelliJ IDEA 的 Java 热部署插件 JRebel 安装及使用](jrebel-setup.md)
- [33.本教程总结](this-tutorial-the-end.md)
- [24.Maven 的单模块 / 多模块之 Spring MVC + Spring + Mybatis 项目讲解(重点)](maven-java-web-project-introduce.md)
- [25.Maven 的单模块之 Spring MVC + Spring + Spring Data JPA 项目(基于 IntelliJ IDEA)](maven-java-web-project-introduce2.md)
- [26.Debug 讲解](debug-introduce.md)
- [27.重构讲解](refactor-introduce.md)
- [28.数据库管理工具](database-introduce.md)
- [29.IntelliJ IDEA 常用设置-1](settings-introduce-1.md)
- [30.IntelliJ IDEA 常用设置-2](settings-introduce-2.md)
- [31.IntelliJ IDEA 常用快捷键讲解(Win+Linux)](keymap-introduce.md)
- [32.IntelliJ IDEA 常用快捷键讲解(Mac)](keymap-mac-introduce.md)
- [33.IntelliJ IDEA 的 Java 热部署插件 JRebel 安装及使用](jrebel-setup.md)
- [34.本教程总结](this-tutorial-the-end.md)
23 changes: 23 additions & 0 deletions maven-java-web-project-introduce2.md
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

0 comments on commit 0954245

Please sign in to comment.