Skip to content

Commit

Permalink
Add configuration file description.
Browse files Browse the repository at this point in the history
  • Loading branch information
allenzhou(周玉壮) committed Oct 29, 2020
1 parent b0078a6 commit 8805923
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions docs/zh_CN/ch1/配置文件说明.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# 系统配置

## web\app\src\main\resources\application.yml
系统服务配置文件。

## web\app\src\main\resources\application-{环境简称}.yml
指定环境(如dev,sit,uat)的详细系统配置,包括:数据库,spring JPA,程序配置等。

## web\app\src\main\resources\log4j2-{环境简称}.xml
指定环境的日志配置文件。


# 项目构建配置

## build.gradle
gradle配置构建项目所需的插件,代码仓库,发布目录等。

## profile.gradle
内嵌于build.gradle文件,执行依赖编译任务。

## settings.gradle
指定项目名称和项目模块。

## gradle.properties
指定项目发布版本号和程序包路径。

## gradle\dependencies.gradle
项目的依赖项配置文件。

0 comments on commit 8805923

Please sign in to comment.