Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 1.49 KB

File metadata and controls

25 lines (17 loc) · 1.49 KB

Jasypt Spring Boot Quickfix

Build

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).

Jasypt Spring Boot Quickfix Intellij plugin

Installation

Download the latest release and install it manually using Settings/Preferences > Plugins > ⚙️ > Install plugin from disk...

How to use

  1. Provide Jasypt passwords (⚙️ Settings/Preferences > Other settings > Jasypt Spring Boot Quickfix)
  2. Open application-profile.yml
  3. Put cursor on a value and apply quick fix (ALT + ENTER)

Plugin based on the IntelliJ Platform Plugin Template.