2024-10-08 16:37:58 +08:00
|
|
|
spring.profiles.active=local
|
|
|
|
|
envs=local,remote,online,custom
|
|
|
|
|
spring.main.allow-bean-definition-overriding=true
|
|
|
|
|
project_id=${projectId}
|
|
|
|
|
project_name=handeTest
|
|
|
|
|
check=true
|
|
|
|
|
spring.mvc.pathmatch.matching-strategy=ANT_PATH_MATCHER
|
2024-12-26 10:06:29 +08:00
|
|
|
#注销掉es的自动装配
|
|
|
|
|
spring.autoconfigure.exclude=org.springframework.boot.autoconfigure.elasticsearch.ElasticsearchRestClientAutoConfiguration
|
2025-08-29 11:09:56 +08:00
|
|
|
com.toco.agent.attach=true
|
|
|
|
|
server.ssl.enabled=false
|