From f36eb7ebebf5b4bbe79d27636d4a4ddb49067273 Mon Sep 17 00:00:00 2001 From: 648540858 <648540858@qq.com> Date: 星期四, 02 十一月 2023 14:17:20 +0800 Subject: [PATCH] 添加打包文件 --- src/main/resources/all-application.yml | 13 +++++++++++++ 1 files changed, 13 insertions(+), 0 deletions(-) diff --git a/src/main/resources/all-application.yml b/src/main/resources/all-application.yml index 59dac15..6a07514 100644 --- a/src/main/resources/all-application.yml +++ b/src/main/resources/all-application.yml @@ -34,6 +34,19 @@ poolMaxWait: 5 # [蹇呴�塢 jdbc鏁版嵁搴撻厤缃� datasource: + # kingbase閰嶇疆 + # type: com.zaxxer.hikari.HikariDataSource + # driver-class-name: com.kingbase8.Driver + # url: jdbc:kingbase8://192.168.1.55:54321/wvp?useUnicode=true&characterEncoding=utf8 + # username: system + # password: system + # postgresql閰嶇疆 + # type: com.zaxxer.hikari.HikariDataSource + # driver-class-name: org.postgresql.Driver + # url: jdbc:postgresql://192.168.1.242:3306/242wvp + # username: root + # password: SYceshizu1234 + # mysql閰嶇疆 type: com.zaxxer.hikari.HikariDataSource driver-class-name: com.mysql.cj.jdbc.Driver url: jdbc:mysql://127.0.0.1:3306/wvp2?useUnicode=true&characterEncoding=UTF8&rewriteBatchedStatements=true&serverTimezone=PRC&useSSL=false&allowMultiQueries=true -- Gitblit v1.8.0