Skip to content

felhag/intellij-jasypt-spring-boot-quickfix

Repository files navigation

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.