From 329250fd45eebfee0b6ae91d83d1f4b21137b4b7 Mon Sep 17 00:00:00 2001 From: fuqingji <51312040@qq.com> Date: Thu, 22 Sep 2022 11:20:06 +0800 Subject: [PATCH] jasypt --- src/main/resources/application.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 24e0216..e3e1c1b 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -12,3 +12,6 @@ apollo: # profiles: # active: test +jasypt: + encryptor: + bean: stringEncryptor \ No newline at end of file