Plugin to add support for Jasypt Spring Boot in Intellij. Quickly encrypt and decrypt credentials in your application properties files. The passwords are safely stored using Intellij's sensitive data API. Profiles are matched based on first letter (e.g. Jasypt password T should match application-test.yml
, application-t.yaml
, application-tomething.yml
etc).
Download the latest release and install it manually using Settings/Preferences > Plugins > ⚙️ > Install plugin from disk...
- Provide Jasypt passwords (⚙️ Settings/Preferences > Other settings > Jasypt Spring Boot Quickfix)
- Open
application-profile.yml
- Put cursor on a value and apply quick fix (
ALT + ENTER
)
Plugin based on the IntelliJ Platform Plugin Template.