Browse Source

feat(日志):用户操作日志

liutao 5 months ago
parent
commit
98f3423abc
2 changed files with 2 additions and 2 deletions
  1. 1 1
      build.gradle
  2. 1 1
      src/main/resources/application.yml

+ 1 - 1
build.gradle

@@ -9,7 +9,7 @@ targetCompatibility = 1.8
 
 
 jar {
 jar {
     baseName = 'factoring-trade-prod'
     baseName = 'factoring-trade-prod'
-    version = '1.0.8'
+    version = '1.0.9'
 }
 }
 
 
 springBoot {
 springBoot {

+ 1 - 1
src/main/resources/application.yml

@@ -1,4 +1,4 @@
 #环境配置
 #环境配置
 spring:
 spring:
   profiles:
   profiles:
-    active: dev
+    active: prod