|  |  | 
 |  |  |     druid: | 
 |  |  |       # 主库数据源 | 
 |  |  |       master: | 
 |  |  |         # 开发环境-云服务器 | 
 |  |  | #        url: jdbc:mysql://116.62.18.175:6002/opo?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=false&serverTimezone=GMT%2B8 | 
 |  |  | #        username: opo | 
 |  |  | #        password: opo@2022 | 
 |  |  |  | 
 |  |  |         # 开发环境-本地 | 
 |  |  |         url: jdbc:mysql://127.0.0.1:3306/smartor_opo?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8 | 
 |  |  |         username: opo | 
 |  |  |         # 开发环境 | 
 |  |  |         #        url: jdbc:mysql://116.62.18.175:6002/opo?allowPublicKeyRetrieval=true&useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=false&serverTimezone=GMT%2B8 | 
 |  |  |         #        username: opo | 
 |  |  |         #        password: Smartor.2023 | 
 |  |  |         url: jdbc:mysql://192.168.100.10:3306/opo?allowPublicKeyRetrieval=true&useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=false&serverTimezone=GMT%2B8 | 
 |  |  |         username: smartor | 
 |  |  |         password: Smartor.2023 | 
 |  |  |  | 
 |  |  |       # 从库数据源 | 
 |  |  | 
 |  |  |         wall: | 
 |  |  |           config: | 
 |  |  |             multi-statement-allow: true | 
 |  |  |  | 
 |  |  |   # redis 配置 | 
 |  |  |   redis: | 
 |  |  |     # 地址、密码、端口(默认为6379):开发环境 | 
 |  |  |     host: 127.0.0.1 |