lzy 6 days ago
parent
commit
13a15ff259
1 changed files with 1 additions and 7 deletions
  1. 1 7
      Marketplace/src/main/resources/application.yml

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

@@ -6,7 +6,7 @@ spring:
     driver-class-name: com.mysql.cj.jdbc.Driver
     driver-class-name: com.mysql.cj.jdbc.Driver
     url: jdbc:mysql://101.200.59.170:3306/child_care_system?useSSL=false&serverTimezone=UTC&characterEncoding=UTF-8
     url: jdbc:mysql://101.200.59.170:3306/child_care_system?useSSL=false&serverTimezone=UTC&characterEncoding=UTF-8
     username: root
     username: root
-    password: liziyang
+    password: Lzy20051120
   web:
   web:
     resources:
     resources:
       static-locations: file:///D:/img/
       static-locations: file:///D:/img/
@@ -14,12 +14,6 @@ spring:
     host: 101.200.59.170
     host: 101.200.59.170
     port: 6379
     port: 6379
     database: 0
     database: 0
-mybatis-plus:
-  type-aliases-package: cn.zhentao.pojo
-  configuration:
-    map-underscore-to-camel-case: true
-    log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
-  mapper-locations: classpath:mapper/*.xml
 logging:
 logging:
   level:
   level:
     cn:
     cn: