fix: 添加配置

This commit is contained in:
2024-10-16 14:17:30 +08:00
parent fcb367f1e1
commit d1e47b9864
3 changed files with 16 additions and 0 deletions

View File

@@ -68,6 +68,9 @@ rocketmq.producer.group=PID_handeTest
spring.main.allow-circular-references=true
spring.login.security.csrf=false
spring.main.allow-bean-definition-overriding=true
spring.mvc.pathmatch.matching-strategy=ant_path_matcher
#elasticsearch
#essql.hosts=${OPENSEARCH_HOST:10.0.2.221,10.0.2.222,10.0.2.223}
#essql.port=9200

View File

@@ -54,6 +54,13 @@ rocketmq.consumerGroup=CID_handeTest
rocketmq.tag=*
rocketmq.producer.group=PID_handeTest
spring.main.allow-circular-references=true
spring.login.security.csrf=false
spring.main.allow-bean-definition-overriding=true
spring.mvc.pathmatch.matching-strategy=ant_path_matcher
#elasticsearch
#essql.hosts=${OPENSEARCH_HOST}
#essql.port=9200

View File

@@ -53,6 +53,12 @@ rocketmq.consumerGroup=CID_handeTest
rocketmq.tag=*
rocketmq.producer.group=PID_handeTest
spring.main.allow-circular-references=true
spring.login.security.csrf=false
spring.main.allow-bean-definition-overriding=true
spring.mvc.pathmatch.matching-strategy=ant_path_matcher
#elasticsearch
#essql.hosts=${OPENSEARCH_HOST:10.0.2.221,10.0.2.222,10.0.2.223}
#essql.port=9200