10 lines
402 B
Properties
10 lines
402 B
Properties
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
|
|
#注销掉es的自动装配
|
|
spring.autoconfigure.exclude=org.springframework.boot.autoconfigure.elasticsearch.ElasticsearchRestClientAutoConfiguration
|
|
com.toco.agent.attach=true |