-
-
-
In one terminal run
mvn gwt:codeserver -pl *-frontend -am
-
In another terminal
cd dominokit-site-backend
-
execute
mvn exec:java
-
the server port will be printed in the logs access the application on
http://localhost:[port]
-
-
cd dominokit-site-backend
- execute
mvn exec:java -Dmode=compiled
- the server port will be printed in the logs access the application on
http://localhost:[port]
-
cd dominokit-site-backend
- execute
java -jar target/dominokit-site-backend-1.0-SNAPSHOT-fat.jar
- the server port will be printed in the logs access the application on
http://localhost:[port]
-