Skip to content

Commit 8805923

Browse files
author
allenzhou(周玉壮)
committed
Add configuration file description.
1 parent b0078a6 commit 8805923

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)