mirror of
https://gitee.com/dromara/RuoYi-Cloud-Plus.git
synced 2025-09-03 19:16:07 +00:00
fix 修复 powerjob配置文件符号使用错误问题 删除无用配置文件
This commit is contained in:
@@ -6,7 +6,7 @@ spring.main.banner-mode=log
|
|||||||
spring.jpa.open-in-view=false
|
spring.jpa.open-in-view=false
|
||||||
spring.data.mongodb.repositories.type=none
|
spring.data.mongodb.repositories.type=none
|
||||||
logging.level.org.mongodb=warn
|
logging.level.org.mongodb=warn
|
||||||
logging.config: classpath:logback-plus.xml
|
logging.config=classpath:logback-plus.xml
|
||||||
|
|
||||||
# Configuration for uploading files.
|
# Configuration for uploading files.
|
||||||
spring.servlet.multipart.enabled=true
|
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_
|
# Prefix for all tables. Default empty string. Config if you have needs, i.e. pj_
|
||||||
oms.table-prefix=pj_
|
oms.table-prefix=pj_
|
||||||
|
|
||||||
spring.application.name: ruoyi-powerjob-server
|
spring.application.name=ruoyi-powerjob-server
|
||||||
management.endpoints.web.exposure.include=*
|
management.endpoints.web.exposure.include=*
|
||||||
management.endpoint.health.show-details=ALWAYS
|
management.endpoint.health.show-details=ALWAYS
|
||||||
management.endpoint.logfile.external-file=./logs/ruoyi-powerjob-server.log
|
management.endpoint.logfile.external-file=./logs/ruoyi-powerjob-server.log
|
||||||
|
Reference in New Issue
Block a user