fanxp 1 year ago
parent
commit
887708088a
2 changed files with 2 additions and 3 deletions
  1. 0 1
      src/main/resources/application-dev.yml
  2. 2 2
      src/main/resources/application.yml

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

@@ -14,7 +14,6 @@ spring:
           password: Zwr~-f6H,u6QE^]C-AD_
 
 
-
   redis:
     database: 10
     host: 8.142.26.206

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

@@ -1,5 +1,5 @@
 server:
-  port: 8081
+  port: 8080
 
 
 spring:
@@ -125,7 +125,7 @@ mybatis-plus:
     cache-enabled: false
     call-setters-on-nulls: true
     jdbc-type-for-null: 'null'
-    log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
+    log-impl: org.apache.ibatis.logging.slf4j.Slf4jImpl
 
 
 camunda: