Unable to login DB using jasypt
问题 Hi I am using below maven dependency in my Spring boot application. <dependency> <groupId>com.github.ulisesbocchio</groupId> <artifactId>jasypt-spring-boot-starter</artifactId> <version>1.16</version> </dependency> I am using below command to encrypt my DB password. encrypt input="test" password=test algorithm=PBEWithMD5AndDES In my application.properties, i have below properties, spring.datasource.url=jdbc:sqlserver://localhost:1234;database=TEST_DB spring.datasource.username=test spring