Files
2024-05-29 10:39:56 +08:00

8 lines
405 B
YAML

spring:
datasource:
url: jdbc:mysql://${MAIN_DB_HOST}/wu_lazy_cloud_netty_server_cluster?allowMultiQueries=true&useUnicode=true&autoReconnect=true&useAffectedRows=true&useSSL=false&serverTimezone=Asia/Shanghai&allowPublicKeyRetrieval=true&databaseTerm=SCHEMA
username: root
password: wujiawei
driver-class-name: com.mysql.cj.jdbc.Driver
main:
allow-bean-definition-overriding: true