- 创建.git模块 - 添加项目构建配置文件attributes、.gitignore等项目配置文件 - 初始化IntelliJ IDEA项目设置 - 添加Spring Boot应用配置 - 设置Gradle构建脚本
6 lines
81 B
Plaintext
6 lines
81 B
Plaintext
// 开启springboot
|
|
extra[ProjectFlags.USE_SPRING_BOOT] = true
|
|
dependencies {
|
|
|
|
}
|