Skip to content

Commit

Permalink
全局:增加 VO 数据翻译的支持
Browse files Browse the repository at this point in the history
  • Loading branch information
YunaiV committed Apr 1, 2024
1 parent b4e602b commit 594eb0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yudao-server/src/main/resources/application-local.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ spring:
primary: master
datasource:
master:
name: ruoyi-vue-pro-jdk8
name: ruoyi-vue-pro
url: jdbc:mysql://127.0.0.1:3306/${spring.datasource.dynamic.datasource.master.name}?useSSL=false&serverTimezone=Asia/Shanghai&allowPublicKeyRetrieval=true&nullCatalogMeansCurrent=true # MySQL Connector/J 8.X 连接的示例
# url: jdbc:mysql://127.0.0.1:3306/${spring.datasource.dynamic.datasource.master.name}?useSSL=false&allowPublicKeyRetrieval=true&useUnicode=true&characterEncoding=UTF-8&serverTimezone=CTT # MySQL Connector/J 5.X 连接的示例
# url: jdbc:postgresql://127.0.0.1:5432/${spring.datasource.dynamic.datasource.master.name} # PostgreSQL 连接的示例
Expand Down

0 comments on commit 594eb0c

Please sign in to comment.