更新 template/entrance/web/src/main/resources/application.properties

#关闭es的自动装配
This commit is contained in:
ycl
2024-12-26 10:07:34 +08:00
parent b05a989680
commit a979780dd2

View File

@@ -4,4 +4,6 @@ envs=local,remote,online,custom
project_id=${projectId}
project_name={{ .artifactId }}
com.toco.agent.attach=true
com.toco.agent.attach=true
#关闭es的自动装配
spring.autoconfigure.exclude=org.springframework.boot.autoconfigure.elasticsearch.ElasticsearchRestClientAutoConfiguration