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

22 lines
436 B
Markdown
Raw 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 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 8Spring Boot 内置)
- IntelliJ IDEA 2017.2.1
- 所有编码UTF-8