mirror of
https://gitee.com/wujiawei1207537021/wu-lazy-cloud-network.git
synced 2025-06-07 13:57:56 +08:00
13 lines
451 B
YAML
13 lines
451 B
YAML
spring:
|
|
data:
|
|
redis:
|
|
host: 192.168.17.221
|
|
port: 30553
|
|
password: laihui
|
|
database: 2
|
|
datasource:
|
|
url: jdbc:mysql://127.0.0.1:3306/wu_lazy_cloud_netty_server?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
|