| | |
| | | druid: |
| | | # 主库数据源 |
| | | master: |
| | | url: jdbc:mysql://localhost:3306/center-lims-dz?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8 |
| | | url: jdbc:mysql://10.16.173.59:3306/center-lims-dz?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8 |
| | | username: root |
| | | password: zttZTT123! |
| | | |
| | |
| | | cache-enabled: false |
| | | log-impl: # org.apache.ibatis.logging.stdout.StdOutImpl |
| | | |
| | | # 日志配置 |
| | | logging: |
| | | file-location: /center-lims/Java |
| | | level: |
| | | com.ruoyi: info |
| | | org.springframework: warn |
| | | |
| | | # Swagger配置 |
| | | swagger: |
| | | # 是否开启swagger |