jhipster / jhipster-lite

JHipster Lite ⚡ is a development platform to generate, develop & deploy modern web applications & microservices architecture, step by step - using Hexagonal Architecture :gem:

Home Page:https://lite.jhipster.tech

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rework Spring properties comments and generates comments in YAML configuration

murdos opened this issue · comments

Following #1956 : correctly generate comment for Spring yaml configuration.
This will involve:

  • determine where to add comment (line above, or inline)
  • probably remove block property comments (they're not really used, and we can deal with simple comment associated with a property)
  • make a pass on all modules to adjust spring comments to be compatible for both yaml and properties format