Closed belgoros closed 3 years ago
The profiles work as you would except to pick up your Spring config but I haven't find a reliable way to get the Spring configuration file(s) used from Spring itself without reverse-engineering (or re-implementing) the Spring algorithm. You can however point the maven plugin to whatever config file you want: https://github.com/ulisesbocchio/jasypt-spring-boot#changing-the-file-path
3.0.4 released
except select specific file name, any other way can select file in a flexable way ?
I defined the
application-prod.properties
file with some key/values to encrypt:Is it a normal behaviour that when running the suggested command for a spring profile:
didn't modify the values to be encrypted and specified in the corresponding
application-prod.properties
file? The plugin was still looking for them in theapplication.properties
file:When passing the path to the file explicitly as follows:
it worked. What am I missing?