diff --git a/src/main/resources/application-dev.yml b/src/main/resources/application-dev.yml index 3ba0eee..c89dc6d 100644 --- a/src/main/resources/application-dev.yml +++ b/src/main/resources/application-dev.yml @@ -6,11 +6,11 @@ spring: datasource: master: username: root - password: 123456 -# password: iasf#2022 +# password: 123456 + password: iasf#2022 driver-class-name: com.mysql.cj.jdbc.Driver -# url: jdbc:mysql://127.0.0.1:3306/iasf?useUnicode=true&useSSL=false&characterEncoding=utf8&serverTimezone=GMT%2b8 - url: jdbc:mysql://192.168.31.136:3306/iasf?useUnicode=true&useSSL=false&characterEncoding=utf8&serverTimezone=GMT%2b8 + url: jdbc:mysql://127.0.0.1:3306/iasf?useUnicode=true&useSSL=false&characterEncoding=utf8&serverTimezone=GMT%2b8 +# url: jdbc:mysql://192.168.31.136:3306/iasf?useUnicode=true&useSSL=false&characterEncoding=utf8&serverTimezone=GMT%2b8 cache: type: redis redis: @@ -36,3 +36,6 @@ file: #path: /data/files/ #linux #文件预览url url: /iasf/sysFiles/preview/ + + #本地开启 +# url: :10000/iasf/sysFiles/preview/ \ No newline at end of file