mirror of
https://gitee.com/wujiawei1207537021/wu-lazy-cloud-network.git
synced 2025-06-07 13:57:56 +08:00
8 lines
422 B
YAML
8 lines
422 B
YAML
spring:
|
|
datasource:
|
|
url: jdbc:mysql://${MAIN_DB_HOST}/wu_lazy_cloud_netty_server?allowMultiQueries=true&useUnicode=true&autoReconnect=true&useAffectedRows=true&useSSL=false&serverTimezone=Asia/Shanghai&allowPublicKeyRetrieval=true&databaseTerm=SCHEMA
|
|
username: middleground_cloud_netty_server
|
|
password: laihui
|
|
driver-class-name: com.mysql.cj.jdbc.Driver
|
|
main:
|
|
allow-bean-definition-overriding: true |