url:jdbc:mysql://10.128.19.99:3316/foodnexus?useSSL=false&serverTimezone=Asia/Shanghai&allowPublicKeyRetrieval=true&nullCatalogMeansCurrent=true&rewriteBatchedStatements=true# MySQL Connector/J 8.X 连接的示例
username:foodnexus
password:X6e3ztPiWTzJpwz3
slave:# 模拟从库,可根据自己需要修改 # 模拟从库,可根据自己需要修改
lazy:true# 开启懒加载,保证启动速度
url:jdbc:mysql://10.128.19.99:3316/foodnexus?useSSL=false&serverTimezone=Asia/Shanghai&allowPublicKeyRetrieval=true&nullCatalogMeansCurrent=true&rewriteBatchedStatements=true# MySQL Connector/J 8.X 连接的示例