chore:更新日志

This commit is contained in:
曾文豪
2023-07-11 09:03:16 +08:00
parent 101270e881
commit ea211b1bfc
2 changed files with 5 additions and 13 deletions

View File

@@ -1,18 +1,5 @@
stages:
- deploy
- package
build-jar:
stage: deploy
tags:
- hzkepai
rules:
- if: $CI_COMMIT_BRANCH == "master"
script:
- mvn clean package -Dmaven.test.skip=true
- systemctl stop tieshengboot-ademo
- cp springboot-ademo/target/*.jar /usr/local/nginx/html/demo.tmp.kepai365.ltd/
- systemctl start tieshengboot-ademo
deploy-jar:
stage: deploy

View File

@@ -1,3 +1,8 @@
## 1.0.13
- perf(web):操作日志优化。
## 1.0.12
- perf(encrypt):开启关闭加解密移动到**yaml**中配置,移除**EnableEncryptConfig**注解。