mirror of
https://gitee.com/dromara/easy-es.git
synced 2025-12-07 01:28:37 +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
|
* Copyright © 2022 xpc1024 All Rights Reserved
|
||||||
**/
|
**/
|
||||||
@Data
|
@Data
|
||||||
@Configuration
|
|
||||||
@ConfigurationProperties(value = "easy-es")
|
@ConfigurationProperties(value = "easy-es")
|
||||||
@ConditionalOnExpression("'${easy-es.address:x}'!='x'")
|
@ConditionalOnExpression("'${easy-es.address:x}'!='x'")
|
||||||
@ConditionalOnProperty(prefix = "easy-es", name = {"enable"}, havingValue = "true", matchIfMissing = true)
|
@ConditionalOnProperty(prefix = "easy-es", name = {"enable"}, havingValue = "true", matchIfMissing = true)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user