chore: jasypt bean - jasyptStringEncryptor

This commit is contained in:
손창현
2022-05-03 00:38:34 +09:00
parent cf9f5aa87f
commit e4003972fe
2 changed files with 6 additions and 2 deletions

View File

@@ -1,8 +1,8 @@
spring:
datasource:
url: jdbc:mysql://localhost:3306/ticketing?serverTimezone=Asia/Seoul&characterEncoding=UTF-8
username: ticketing
password: ticketing
username: ENC(LowN1n4w0Ep/DqLD8+q5Bq6AXM4b8e3V)
password: ENC(OMvGcpZLpggFTiGNkqNe66Zq/SmJXF6o)
driver-class-name: com.mysql.cj.jdbc.Driver
jpa:

View File

@@ -25,3 +25,7 @@ spring:
cacheServerConfiguration: true
elideSetAutoCommits: true
maintainTimeStats: false
jasypt:
encryptor:
bean: jasyptStringEncryptor