How to encrypt Jasypt.encryptor.pasword property while using in Jhipster registry App's configuration file
问题 I am using JHipster registry APP and used local encryption by using Jasypt library to encrypt username and password from a centralized configuration for all micro-services. While doing this I observed the moment I try to encrypt default username and password (admin/admin) ,encrypted as mentioned below in the central-config folder , I have configured gateway.yml ( central configuration file for all micro-services common configurations) spring: datasource: type: com.zaxxer.hikari