Browse Source

修改

master
庄锐波 5 months ago
parent
commit
77740d21d7
  1. 2
      ruoyi-extend/ruoyi-snailjob-server/src/main/resources/application-dev.yml

2
ruoyi-extend/ruoyi-snailjob-server/src/main/resources/application-dev.yml

@ -2,7 +2,7 @@ spring:
datasource:
type: com.zaxxer.hikari.HikariDataSource
driver-class-name: com.mysql.cj.jdbc.Driver
url: jdbc:mysql://localhost:3306/ry-vue?useUnicode=true&characterEncoding=UTF-8&serverTimezone=Asia/Shanghai&allowPublicKeyRetrieval=true
url: jdbc:mysql://localhost:3309/zfjd-refactoring-v2?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8&autoReconnect=true&rewriteBatchedStatements=true&allowPublicKeyRetrieval=true&nullCatalogMeansCurrent=true
username: root
password: root
hikari:

Loading…
Cancel
Save