Browse Source

配置文件

zxm
zhangxiaomeng 1 year ago
parent
commit
8585f24744
  1. 7
      src/main/resources/application.yml

7
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

Loading…
Cancel
Save