From c5e43660a6b89b7d0c8e8ae73471053c5e3fa322 Mon Sep 17 00:00:00 2001 From: jiangping <jp@doumee.com> Date: 星期五, 08 九月 2023 16:01:53 +0800 Subject: [PATCH] 代码生成 --- server/service/src/main/resources/application-dev.yml | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/server/service/src/main/resources/application-dev.yml b/server/service/src/main/resources/application-dev.yml index a173b0d..1571004 100644 --- a/server/service/src/main/resources/application-dev.yml +++ b/server/service/src/main/resources/application-dev.yml @@ -13,14 +13,14 @@ spring: # 鏁版嵁婧愰厤缃� datasource: - + url: jdbc:mysql://57b57595ddc66.sh.cdb.myqcloud.com:4464/pre_select_saas?useUnicode=true&characterEncoding=utf-8&useSSL=true&serverTimezone=GMT%2B8 + username: test + password: doumee@168 + driver-class-name: com.mysql.cj.jdbc.Driver + type: com.alibaba.druid.pool.DruidDataSource redis: - # database: 0 url: jdbc:mysql://57b57595ddc66.sh.cdb.myqcloud.com:4464/pre_select_saas?useUnicode=true&characterEncoding=utf-8&useSSL=true&serverTimezone=GMT%2B8 - # username: test - # password: doumee@168 - # driver-class-name: com.mysql.cj.jdbc.Driver - # type: com.alibaba.druid.pool.DruidDataSource + # database: 0 host: 127.0.0.1 port: 6379 password: -- Gitblit v1.9.3