我创建@ConditionalOnExpression( “ '$ {property1}'!= '本地,登录调试' 和 '$ {property1}'!= '本地'”)我们有没有优化SPEL此
你可能想用这个
@ConditionalOnExpression("!{'local', 'log-debug'}.contains('${property1}')")