Skip to content

Commit

Permalink
Update JasyptConfig.java
Browse files Browse the repository at this point in the history
  • Loading branch information
YeaChan05 authored Feb 9, 2024
1 parent 4d26b18 commit 46c1027
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ public class JasyptConfig {
public static final String BASE_64 = "base64";
public static final String ITERATIONS = "1000";
public static final String RANDOM_SALT_GENERATOR = "org.jasypt.salt.RandomSaltGenerator";
public static final String POOL_SIZE = "1";
public static final String POOL_SIZE = "2";

@Value("${jasypt.encryptor.password}")
private String encryptKey;
Expand All @@ -32,4 +32,4 @@ public StringEncryptor stringEncryptor(){
encryptor.setConfig(config);
return encryptor;
}
}
}

0 comments on commit 46c1027

Please sign in to comment.