FlowPacs/yudao-framework/yudao-spring-boot-starter-protection
baihongbin 9d5d192175
fix:使用一键改包之后,可能导致的自定义lock4j失败策略bean与lock4j提供的默认失败策略bean冲突问题
解决方法:
使用@AutoConfigureBefore注解,指定自定义bean在LockAutoConfiguration之前进行加载,使得LockAutoConfiguration中的失败策略bean上的@ConditionalOnMissingBean注解生效
2022-05-11 02:51:29 +00:00
..
src/main fix:使用一键改包之后,可能导致的自定义lock4j失败策略bean与lock4j提供的默认失败策略bean冲突问题 2022-05-11 02:51:29 +00:00
pom.xml fix:修复 Maven 构建一些提示 2022-02-10 11:16:17 +08:00