Merge branch 'dev'
This commit is contained in:
commit
434c003039
@ -27,8 +27,8 @@ import org.springframework.context.annotation.Configuration;
|
||||
@EncryptablePropertySource("classpath:jdbc.sdm.properties"),
|
||||
@EncryptablePropertySource("classpath:jdbc.web.properties")})
|
||||
public class JasyptConfig {
|
||||
@Bean(initMethod = "jasyptStringEncryptor")
|
||||
public StringEncryptor stringEncryptor() {
|
||||
@Bean
|
||||
public StringEncryptor jasyptStringEncryptor() {
|
||||
String password = System.getProperty("jasypt.encryptor.password");
|
||||
PooledPBEStringEncryptor encryptor = new PooledPBEStringEncryptor();
|
||||
SimpleStringPBEConfig config = new SimpleStringPBEConfig();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user