Open halcyondude opened 2 years ago
~/gh/cncf/landscape-graph/apps (33-mvp-javafx-quarkus โ)โนโญ แ
mvn io.quarkus.platform:quarkus-maven-plugin:2.7.5.Final:create \
-DprojectGroupId=io.cncf \
-DprojectArtifactId=panorama \
-DclassName="org.acme.datasource.GreetingResource" \
-Dextensions="neo4j,resteasy-reactive-jackson"
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------< org.apache.maven:standalone-pom >-------------------
[INFO] Building Maven Stub Project (No POM) 1
[INFO] --------------------------------[ pom ]---------------------------------
[INFO]
[INFO] --- quarkus-maven-plugin:2.7.5.Final:create (default-cli) @ standalone-pom ---
[INFO] Looking for the newly published extensions in registry.quarkus.io
[INFO] -----------
[INFO] selected extensions:
- io.quarkiverse.neo4j:quarkus-neo4j
- io.quarkus:quarkus-resteasy-reactive-jackson
[INFO]
applying codestarts...
[INFO] ๐ java
๐จ maven
๐ฆ quarkus
๐ config-properties
๐ง dockerfiles
๐ง maven-wrapper
๐ resteasy-reactive-codestart
[INFO]
-----------
[SUCCESS] โ
quarkus project has been successfully generated in:
--> /Users/halcyondude/gh/cncf/landscape-graph/apps/panorama
-----------
[INFO]
[INFO] ========================================================================================
[INFO] Your new application has been created in /Users/halcyondude/gh/cncf/landscape-graph/apps/panorama
[INFO] Navigate into this directory and launch your application with mvn quarkus:dev
[INFO] Your application will be accessible on http://localhost:8080
[INFO] ========================================================================================
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 6.990 s
[INFO] Finished at: 2022-04-28T12:16:36-04:00
[INFO] ------------------------------------------------------------------------
https://github.com/quarkiverse/quarkus-neo4j
Quarkus has an AWESOME dev experience...IJW.