|  |  | 
 |  |  |     druid: | 
 |  |  |       # 主库数据源 | 
 |  |  |       master: | 
 |  |  |         url: jdbc:mysql://localhost:3306/center-lims?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8 | 
 |  |  |         url: jdbc:mysql://114.132.189.42:9004/record-lims?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8 | 
 |  |  |         username: root | 
 |  |  |         password: 123456 | 
 |  |  |       # 从库数据源 | 
 |  |  | 
 |  |  |   configuration: | 
 |  |  |     map-underscore-to-camel-case: true | 
 |  |  |     cache-enabled: false | 
 |  |  |     log-impl: org.apache.ibatis.logging.stdout.StdOutImpl | 
 |  |  |     log-impl: #org.apache.ibatis.logging.stdout.StdOutImpl | 
 |  |  |  | 
 |  |  | # Swagger配置 | 
 |  |  | swagger: | 
 
 |  |  | 
 |  |  |     druid: | 
 |  |  |       # 主库数据源 | 
 |  |  |       master: | 
 |  |  |         url: jdbc:mysql://114.132.189.42:9004/lims-ruoyi-test?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8 | 
 |  |  |         url: jdbc:mysql://114.132.189.42:9004/record-lims?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8 | 
 |  |  |         username: root | 
 |  |  |         password: 123456 | 
 |  |  |       # 从库数据源 |