A JBoss Project
Red Hat
What's New in 4.17.0.Final
Hibernate Tools
Hibernate Runtime Provider Updates
Quarkus Tools
Support for YAML configuration file
Quarkus supports configuration through YAML format. For more information, see the Quarkus documentation
In order to use it, follow the steps:
-
create a Quarkus project using the new Quarkus wizard
-
create a new
application.yaml
orapplication.yml
next to theapplication.properties
insrc/main/resources
The editor will open and you will get content assist and syntax validation.