The important parts of resources are:
- config: This holds the application property YAML files and Liquibase changelogs. The application.yml file holds configurable Spring Boot, JHipster, and application-specific properties while the application.(dev|prod).yml files hold properties that should be applied when the specific dev or prod profile is active. The test configurations are underĀ src/test/resource/application.yml.
- i18n: This holds the server-side i18n resource files.
- mails: This holds Thymeleaf templates for emails.
- templates: This holds Thymeleaf templates for the client side.