更新 template/insiis-web/src/main/resources/application.properties

#注销掉es的自动装配器
This commit is contained in:
ycl
2024-12-26 10:10:42 +08:00
parent a22532af23
commit ec9d5f1091

View File

@@ -89,6 +89,8 @@ xxl.job.executor.title={{ .artifactId }}
xxl.job.accessToken={{ .xxljob_accessToken }}
xxl.job.admin.username={{ .xxljob_username }}
xxl.job.admin.password={{ .xxljob_password }}
spring.autoconfigure.exclude=org.springframework.boot.autoconfigure.elasticsearch.ElasticsearchRestClientAutoConfiguration
#redis
redis-config.pool.hostAndPort={{ .redis_address }}