From edd373f422746649d28a29da5ec0426ed7b39726 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=96=AF=E7=8B=82=E7=9A=84=E7=8B=AE=E5=AD=90Li?= <15040126243@163.com> Date: Thu, 29 Jun 2023 16:26:22 +0800 Subject: [PATCH] =?UTF-8?q?fix=20=E4=BF=AE=E5=A4=8D=20powerjob=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E6=96=87=E4=BB=B6=E7=AC=A6=E5=8F=B7=E4=BD=BF=E7=94=A8?= =?UTF-8?q?=E9=94=99=E8=AF=AF=E9=97=AE=E9=A2=98=20=E5=88=A0=E9=99=A4?= =?UTF-8?q?=E6=97=A0=E7=94=A8=E9=85=8D=E7=BD=AE=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/application-dev.properties | 0 .../src/main/resources/application.properties | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) delete mode 100644 ruoyi-visual/ruoyi-powerjob-server/src/main/resources/application-dev.properties diff --git a/ruoyi-visual/ruoyi-powerjob-server/src/main/resources/application-dev.properties b/ruoyi-visual/ruoyi-powerjob-server/src/main/resources/application-dev.properties deleted file mode 100644 index e69de29b..00000000 diff --git a/ruoyi-visual/ruoyi-powerjob-server/src/main/resources/application.properties b/ruoyi-visual/ruoyi-powerjob-server/src/main/resources/application.properties index 06e8d700..c11a6c02 100644 --- a/ruoyi-visual/ruoyi-powerjob-server/src/main/resources/application.properties +++ b/ruoyi-visual/ruoyi-powerjob-server/src/main/resources/application.properties @@ -6,7 +6,7 @@ spring.main.banner-mode=log spring.jpa.open-in-view=false spring.data.mongodb.repositories.type=none logging.level.org.mongodb=warn -logging.config: classpath:logback-plus.xml +logging.config=classpath:logback-plus.xml # Configuration for uploading files. spring.servlet.multipart.enabled=true @@ -22,7 +22,7 @@ oms.http.port=10010 # Prefix for all tables. Default empty string. Config if you have needs, i.e. pj_ oms.table-prefix=pj_ -spring.application.name: ruoyi-powerjob-server +spring.application.name=ruoyi-powerjob-server management.endpoints.web.exposure.include=* management.endpoint.health.show-details=ALWAYS management.endpoint.logfile.external-file=./logs/ruoyi-powerjob-server.log