- 创建.git模块 - 添加项目构建配置文件attributes、.gitignore等项目配置文件 - 初始化IntelliJ IDEA项目设置 - 添加Spring Boot应用配置 - 设置Gradle构建脚本
8 lines
300 B
XML
8 lines
300 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<module type="GENERAL_MODULE" version="4">
|
|
<component name="NewModuleRootManager" inherit-compiler-output="true">
|
|
<exclude-output />
|
|
<content url="file://$MODULE_DIR$" />
|
|
<orderEntry type="sourceFolder" forTests="false" />
|
|
</component>
|
|
</module> |