@EnableConfigurationProperties(value={SensitiveProperties.Encrypt.class,SensitiveProperties.Decrypt.class})
@ConfigurationProperties(prefix="extend.sensitive")
public class SensitiveProperties
extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
SensitiveProperties.Decrypt
解密信息
|
class |
SensitiveProperties.Encrypt
加密信息
|
| Constructor and Description |
|---|
SensitiveProperties() |
Copyright © 2022. All rights reserved.