Prechádzať zdrojové kódy

feat:修改连接的数据库

mozuwen 5 mesiacov pred
rodič
commit
b6240b7d0b

+ 1 - 1
service-deploy/src/main/resources/application.yml

@@ -28,7 +28,7 @@ spring:
       # 指定为HikariDataSource
       type: com.zaxxer.hikari.HikariDataSource
       driver-class-name: com.alipay.oceanbase.obproxy.mysql.jdbc.Driver
-      url: jdbc:oceanbase://192.168.1.28:2881/ppw_email?serverTimezone=Asia/Shanghai&useLegacyDatetimeCode=false&useSSL=false&nullNamePatternMatchesAll=true&useUnicode=true&characterEncoding=UTF-8&allowPublicKeyRetrieval=true
+      url: jdbc:oceanbase://192.168.1.28:2881/competition?serverTimezone=Asia/Shanghai&useLegacyDatetimeCode=false&useSSL=false&nullNamePatternMatchesAll=true&useUnicode=true&characterEncoding=UTF-8&allowPublicKeyRetrieval=true
       username: root
       password: Smppw@2024
       # hikari连接池配置 对应 HikariConfig 配置属性类