@@ -23,12 +23,6 @@ spring:
maximum-pool-size: 5
max-lifetime: 60000
-jasypt:
- encryptor:
- password: ${JASYPT_ENCRYPTOR_PASSWORD}
- algorithm: PBEWithMD5AndDES
- iv-generator-classname: org.jasypt.iv.NoIvGenerator
-
mybatis-plus:
mapper-locations: classpath:mapper/*.xml
global-config:
@@ -1,2 +1,8 @@
logging:
- config: classpath:logback-spring.xml
+ config: classpath:logback-spring.xml
+
+jasypt:
+ encryptor:
+ password: ${JASYPT_ENCRYPTOR_PASSWORD}
+ algorithm: PBEWithMD5AndDES
+ iv-generator-classname: org.jasypt.iv.NoIvGenerator