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