Commit e0c4b184 by 毛树良

[chg]:支持jasypt,对配置文件中用户名密码加解密

1 parent b85ada89
......@@ -46,6 +46,12 @@
</dependency>
<dependency>
<groupId>com.github.ulisesbocchio</groupId>
<artifactId>jasypt-spring-boot-starter</artifactId>
<version>3.0.5</version>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<optional>true</optional>
......
......@@ -44,6 +44,9 @@ spring.kafka.listener.type=batch
spring.jackson.time-zone=Asia/Shanghai
spring.jackson.date-format=yyyy-MM-dd HH:mm:ss
# jasypt
jasypt.encryptor.password=${JASYPT_ENCRYPTOR_PASSWORD}
# cron
vion.topicCleanup.preDay=7
vion.topicCleanup.cron=0 0 1 * * ?
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!