From 16e47a8466b79daa49bb74aba06cf20020efcfa8 Mon Sep 17 00:00:00 2001 From: 疯狂的狮子Li <15040126243@163.com> Date: 星期二, 25 七月 2023 12:59:00 +0800 Subject: [PATCH] update 删除一些跟swagger有关的字眼 避免误解 --- ruoyi-extend/ruoyi-powerjob-server/src/main/resources/application-dev.properties | 11 ++++++++++- 1 files changed, 10 insertions(+), 1 deletions(-) diff --git a/ruoyi-extend/ruoyi-powerjob-server/src/main/resources/application-dev.properties b/ruoyi-extend/ruoyi-powerjob-server/src/main/resources/application-dev.properties index b3e342e..36dbdfc 100644 --- a/ruoyi-extend/ruoyi-powerjob-server/src/main/resources/application-dev.properties +++ b/ruoyi-extend/ruoyi-powerjob-server/src/main/resources/application-dev.properties @@ -8,9 +8,18 @@ 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) ####### -- Gitblit v1.9.3