| | |
| | | spring.datasource.core.maximum-pool-size=20 |
| | | spring.datasource.core.minimum-idle=5 |
| | | |
| | | # 监控配置 |
| | | # 客户端开关 |
| | | spring.boot.admin.client.enabled=true |
| | | # 设置 Spring Boot Admin Server 地址 |
| | | spring.boot.admin.client.url: http://localhost:9090/admin |
| | | spring.boot.admin.client.instance.service-host-type=IP |
| | | spring.boot.admin.client.username=ruoyi |
| | | spring.boot.admin.client.password=123456 |
| | | |
| | | ####### MongoDB properties(Non-core configuration properties) ####### |
| | | ####### delete mongodb config to disable mongodb ####### |
| | | #oms.mongodb.enable=true |
| | | oms.mongodb.enable=false |
| | | #spring.data.mongodb.uri=mongodb+srv://zqq:No1Bug2Please3!@cluster0.wie54.gcp.mongodb.net/powerjob_daily?retryWrites=true&w=majority |
| | | |
| | | ####### Email properties(Non-core configuration properties) ####### |