@Configuration
@ConditionalOnProperty(value="spring.encrypt.fake.enabled",
havingValue="true",
matchIfMissing=false)
@EnableConfigurationProperties(value=FakeEncryptProperties.class)
public class FakeEncryptAutoConfiguration
extends Object
Description:
| 构造器和说明 |
|---|
FakeEncryptAutoConfiguration() |
| 限定符和类型 | 方法和说明 |
|---|---|
FakeEncrypt |
fakeEncrypt() |
@Bean public FakeEncrypt fakeEncrypt()
Copyright © 2021. All rights reserved.