diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 327f267..b91b679 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -30,7 +30,10 @@ spring: driver-class-name: com.mysql.jdbc.Driver url: jdbc:mysql://localhost:3306/kcfz?useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=GMT%2b8&allowPublicKeyRetrieval=true username: root - password: 123456 + password: root + web: + resources: + static-locations: file:D:/kcfz/upload/ mybatis: mapper-locations: classpath*:/mapper/**/*.xml @@ -43,7 +46,7 @@ logging: com: sac: demo: - mapper : debug + mapper: debug redis: host: localhost