mirror of
https://gitee.com/dromara/easy-es.git
synced 2025-12-06 17:18:57 +08:00
springboot 3.1.7 重新引入bug修复
This commit is contained in:
parent
01e1bd650a
commit
ad4e8006b0
@ -15,7 +15,6 @@ import org.springframework.context.annotation.Configuration;
|
||||
* Copyright © 2022 xpc1024 All Rights Reserved
|
||||
**/
|
||||
@Data
|
||||
@Configuration
|
||||
@ConfigurationProperties(value = "easy-es")
|
||||
@ConditionalOnExpression("'${easy-es.address:x}'!='x'")
|
||||
@ConditionalOnProperty(prefix = "easy-es", name = {"enable"}, havingValue = "true", matchIfMissing = true)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user