We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0078a6 commit 8805923Copy full SHA for 8805923
docs/zh_CN/ch1/配置文件说明.md
@@ -0,0 +1,28 @@
1
+# 系统配置
2
+
3
+## web\app\src\main\resources\application.yml
4
+系统服务配置文件。
5
6
+## web\app\src\main\resources\application-{环境简称}.yml
7
+指定环境(如dev,sit,uat)的详细系统配置,包括:数据库,spring JPA,程序配置等。
8
9
+## web\app\src\main\resources\log4j2-{环境简称}.xml
10
+指定环境的日志配置文件。
11
12
13
+# 项目构建配置
14
15
+## build.gradle
16
+gradle配置构建项目所需的插件,代码仓库,发布目录等。
17
18
+## profile.gradle
19
+内嵌于build.gradle文件,执行依赖编译任务。
20
21
+## settings.gradle
22
+指定项目名称和项目模块。
23
24
+## gradle.properties
25
+指定项目发布版本号和程序包路径。
26
27
+## gradle\dependencies.gradle
28
+项目的依赖项配置文件。
0 commit comments