ulisesbocchio / jasypt-spring-boot

Jasypt integration for Spring boot
MIT License
2.91k stars 522 forks source link

Configuration metadata #8

Closed candrews closed 9 years ago

candrews commented 9 years ago

It would be awesome if jasypt-spring-boot supported configuration metadata http://docs.spring.io/spring-boot/docs/current/reference/html/configuration-metadata.html so documentation and IDE assistance are available for the various properties (jasypt.encryptor.password, jasypt.encryptor.algorithm, etc) which this project supports.

I can imagine this improvement being implemented in 1 of 2 ways:

ulisesbocchio commented 9 years ago

Alright man, I'll take a look. Also, contributions are more than welcome :)

ulisesbocchio commented 9 years ago

I've added the configuration properties metadata "Automanually". the processor dashes property names with camel case so I had to edit after generation. Not sure how the IDE will pick up the Javadoc. I haven't release this so if you can checkout the code, build a SNAPSHOT and test that'd be great.