|
il y a 1 an | |
---|---|---|
tour-api | il y a 1 an | |
tour-common | il y a 2 ans | |
tour-core | il y a 1 an | |
tour-module | il y a 1 an | |
tour-oms | il y a 1 an | |
web-ui | il y a 1 an | |
.gitignore | il y a 2 ans | |
README.md | il y a 2 ans | |
pom.xml | il y a 2 ans |
打包前修改项目中/resources/config/{profile}/application.yml
的配置
打包前修改项目中/resources/statis/js/api.js
内的host参数
日志存储目录需要到/resources/config/{profile}/logback.xml
中配置
profile
表示环境变量,有3种:
# 测试版本
mvn clean package -Dmaven.test.skip=true -Dtest
# 生产版本
mvn clean package -Dmaven.test.skip=true -P prod