You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to run the Quarkus extension you need a couple of things. In the repository, in the integration-tests, you have an example Quarkus application that is using the Quarkus extension to generate its REST layer. Essentially, you must configurethe code-gen phase in the Quarkus maven plugin (1), add our extension (you already did this :) and (2) add whatever configuration you want to the application.properties).
I added the extension, but how I can run it now?
The text was updated successfully, but these errors were encountered: