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.
2017-08-05 补充 Spring Boot Showcase 项目
- Loading branch information
Showing
5 changed files
with
98 additions
and
72 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 |
---|---|---|
@@ -1,40 +1,42 @@ | ||
- [1.IntelliJ IDEA 介绍(新用户必看)](introduce.md) | ||
- [2.本教程介绍(新用户必看)](about-this-tutorial.md) | ||
- [3.Windows 下安装](windows-install.md) | ||
- [4.Ubuntu 下安装](ubuntu-install.md) | ||
- [5.Mac 下安装](mac-install.md) | ||
- [6.安装总结(新用户必看)](install-summarize.md) | ||
- [7.首次运行(新用户必看)](first-run-wizard.md) | ||
- [8.安装目录讲解、IDE 设置云同步(新用户必看)](installation-directory-introduce.md) | ||
- [9.界面讲解(新用户必看)](interface-introduce.md) | ||
- [10.主题、字体、编辑区主题、文件编码修改、乱码问题(新用户必看)](theme-settings.md) | ||
- [11.各类文件类型图标讲解(新用户必看)](file-symbols-introduce.md) | ||
- [12.索引的讲解(新用户必看)](IntelliJ-IDEA-cache.md) | ||
- [13.编译方式讲解(新用户必看)](make-introduce.md) | ||
- [14.项目相关概念讲解(新用户必看)](project-composition-introduce.md) | ||
- [15.Hello World 的 Java 项目创建和项目配置文件讲解](project-settings.md) | ||
- [16.版本控制讲解](vcs-introduce.md) | ||
- [17.实时代码模板讲解](live-templates-introduce.md) | ||
- [18.文件代码模板讲解](file-templates-introduce.md) | ||
- [19.Emmet 讲解](emmet-introduce.md) | ||
- [20.Postfix Completion 讲解](postfix-completion-introduce.md) | ||
- [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.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 常用设置-3](settings-introduce-3.md) | ||
- [32.IntelliJ IDEA 常用设置-4](settings-introduce-4.md) | ||
- [33.IntelliJ IDEA 常用快捷键讲解(Win+Linux)(新用户必看)](keymap-introduce.md) | ||
- [34.IntelliJ IDEA 常用快捷键讲解(Mac)(新用户必看)](keymap-mac-introduce.md) | ||
- [35.从 Windows 过度到 Mac 必备快捷键对照表(新用户必看)](keymap-win-mac.md) | ||
- [36.IntelliJ IDEA 的 Java 热部署插件 JRebel 安装及使用](jrebel-setup.md) | ||
- [37.IntelliJ IDEA 远程调试(Tomcat+Jetty)](remote-debugging.md) | ||
- [38.最特殊的快捷键 Alt + Enter 介绍(新用户必看)](hotkey-alt-enter-introduce.md) | ||
- [39.IntelliJ IDEA 插件开发视频教程](plugins-develop.md) | ||
- [40.本教程总结](this-tutorial-the-end.md) | ||
- [01. IntelliJ IDEA 介绍(新用户必看)](introduce.md) | ||
- [02. 教程介绍(新用户必看)](about-this-tutorial.md) | ||
- [03. 安装环境:Windows](windows-install.md) | ||
- [04. 安装环境:Ubuntu](ubuntu-install.md) | ||
- [05. 安装环境:Mac](mac-install.md) | ||
- [06. 安装环境总结(新用户必看)](install-summarize.md) | ||
- [07. 首次运行向导(新用户必看)](first-run-wizard.md) | ||
- [08. 安装后生成的目录说明、IDE 设置云同步(新用户必看)](installation-directory-introduce.md) | ||
- [09. UI 界面(新用户必看)](interface-introduce.md) | ||
- [10. UI 主题、字体、编辑区主题、文件编码修改、乱码问题(新用户必看)](theme-settings.md) | ||
- [11. 常见各类文件类型图标(新用户必看)](file-symbols-introduce.md) | ||
- [12. IntelliJ IDEA 搜索快的原因:索引(新用户必看)](IntelliJ-IDEA-cache.md) | ||
- [13. Java 文件编译方式(新用户必看)](make-introduce.md) | ||
- [14. 项目相关概念(新用户必看)](project-composition-introduce.md) | ||
- [15. Hello World 的 Java 项目创建和项目配置文件](project-settings.md) | ||
- [16. 版本控制讲解(SVN + Git)](vcs-introduce.md) | ||
- [17. 实时代码模板](live-templates-introduce.md) | ||
- [18. 文件代码模板](file-templates-introduce.md) | ||
- [19. 前端代码模板:Emmet](emmet-introduce.md) | ||
- [20. 特殊代码模板:Postfix Completion](postfix-completion-introduce.md) | ||
- [21. 插件相关功能](plugins-settings.md) | ||
- [22. Eclipse 的 Java Web 项目环境搭建](eclipse-java-web-project-introduce.md) | ||
- [23. Maven 结构项目搭建](maven-project-introduce.md) | ||
- [24. IntelliJ IDEA 配合 Maven 的一些要点](maven-skill-introduce.md) | ||
- [25. Maven 的单模块 / 多模块 Spring MVC + Spring + Mybatis 项目(重点)](maven-java-web-project-introduce.md) | ||
- [26. Maven 的单模块 Spring MVC + Spring + Spring Data JPA 项目](maven-java-web-project-introduce2.md) | ||
- [27. Maven 的单模块 Spring Boot 项目](maven-java-web-project-introduce3.md) | ||
- [28. Debug 技巧](debug-introduce.md) | ||
- [29. 重构技巧](refactor-introduce.md) | ||
- [30. 数据库管理工具](database-introduce.md) | ||
- [31. IntelliJ IDEA 常用细节设置-1](settings-introduce-1.md) | ||
- [32. IntelliJ IDEA 常用细节设置-2](settings-introduce-2.md) | ||
- [33. IntelliJ IDEA 常用细节设置-3](settings-introduce-3.md) | ||
- [34. IntelliJ IDEA 常用细节设置-4](settings-introduce-4.md) | ||
- [35. IntelliJ IDEA 常用快捷键讲解(Win + Linux)(新用户必看)](keymap-introduce.md) | ||
- [36. IntelliJ IDEA 常用快捷键讲解(Mac)(新用户必看)](keymap-mac-introduce.md) | ||
- [37. 从 Windows 过度到 Mac 必备快捷键对照表(新用户必看)](keymap-win-mac.md) | ||
- [38. IntelliJ IDEA 的 Java 热部署插件 JRebel 安装及使用](jrebel-setup.md) | ||
- [39. IntelliJ IDEA 远程调试(Tomcat+Jetty)](remote-debugging.md) | ||
- [40. 最特殊的快捷键 Alt + Enter 介绍(新用户必看)](hotkey-alt-enter-introduce.md) | ||
- [41. IntelliJ IDEA 插件开发视频教程](plugins-develop.md) | ||
- [42. 本教程总结](this-tutorial-the-end.md) |
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,22 @@ | ||
# Maven 的单模块 Spring Boot 项目 | ||
|
||
|
||
## 初衷 | ||
|
||
- 本章展示 IntelliJ IDEA 高度集成化的效果,降低 IntelliJ IDEA 入门时间 | ||
- 欢迎来到 IntelliJ IDEA 世界 | ||
|
||
|
||
## 项目 | ||
|
||
- 项目地址:<https://github.com/judasn/spring-boot-showcase> | ||
|
||
|
||
## 开发环境 | ||
|
||
- JDK 8(理论上支持 JDK 6、JDK 7、JDK 8) | ||
- MySQL 5.7 | ||
- Maven 3.3.9 | ||
- Tomcat 8(Spring Boot 内置) | ||
- IntelliJ IDEA 2017.2.1 | ||
- 所有编码:UTF-8 |