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