fanxp 2 년 전
부모
커밋
887708088a
2개의 변경된 파일2개의 추가작업 그리고 3개의 파일을 삭제
  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: