!70 fix 修复 数据加解密模块相关配置开关开启时出现的bean注入失败问题。

Merge pull request !70 from 沫离/dev
2.X
疯狂的狮子Li 2 years ago committed by Gitee
commit aebe62555c
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

@ -16,6 +16,7 @@ import org.springframework.context.annotation.Bean;
* @version 4.6.0
*/
@AutoConfiguration
@EnableConfigurationProperties(EncryptorProperties.class)
@ConditionalOnProperty(value = "mybatis-encryptor.enable", havingValue = "true")
public class EncryptorAutoConfiguration {

Loading…
Cancel
Save