intellij-quarkus
intellij-quarkus copied to clipboard
IntelliJ Quarkus Tools
It would be nice if we could differentiate between build and runtime properties in the application properties, maybe with different colors
UI of the IntelliJ changes over time, between version 2020.2 and version 2020.3 there are larger changes to several dialogs: ### 2020.2 - example of one dialog: ### 2020.3 -...
- create new Quarkus project (minimum extensions) - edit the application.properties file (add one or more properties, save the file) - test if the app is running according to the...
- create new Quarkus project (minimum extensions) - edit the application.properties file (add one or more properties, save the file) - test if the app is running according to the...
- create new Quarkus project and debug it (means place breakpoints, run in debug mode and make some cheks)
We should extend unit tests so that we have same coverage that JDT quarkus

Had an error with unregognized Hibernate ORM properties even though I had hibernate-orm-panache in my pom.xml I tried ot add hibernate-orm in too (not necessary in theory), then the app.properties...