jhipster-lite icon indicating copy to clipboard operation
jhipster-lite copied to clipboard

Add the possibility to comment spring properties in modules

Open DamnClin opened this issue 2 years ago • 3 comments

Sometimes it's usefull to add some comments in spring properties, the API can be:

.springMainProperties()
  .comment(propertyKey("springdoc.swagger-ui.operationsSorter"), comment("This is a comment"))
  .set(propertyKey("springdoc.swagger-ui.operationsSorter"), propertyValue("alpha"))

This will add a comment before the given property key

DamnClin avatar Jun 15 '22 15:06 DamnClin

Hum, I'm really not sure this is a good first issue, designing this may be challenging! (we have to stay yaml friendly)

DamnClin avatar Jun 15 '22 15:06 DamnClin

ahaha ok, 'good first issue' removed

pascalgrimaud avatar Jun 15 '22 15:06 pascalgrimaud

Adding a bounty as I'd like to have this

pascalgrimaud avatar Sep 14 '22 17:09 pascalgrimaud

Increasing the bounty, following the amount of work and time spent on this

pascalgrimaud avatar Jan 04 '23 17:01 pascalgrimaud

Increasing the bounty, following the amount of work and time spent on this

Thanks @pascalgrimaud 💪❤️😃!

renanfranca avatar Jan 07 '23 10:01 renanfranca