-
-
-
In one terminal run
mvn gwt:codeserver -pl *-frontend -am
-
In another terminal
cd bookstore-backend
-
execute
mvn exec:java
-
the server port will be printed in the logs access the application on
http://localhost:[port]
-
-
cd bookstore-backend
- execute
mvn exec:java -Dmode=compiled
- the server port will be printed in the logs access the application on
http://localhost:[port]
-
cd bookstore-backend
- execute
java -jar target/bookstore-backend-1.0-SNAPSHOT-fat.jar
- the server port will be printed in the logs access the application on
http://localhost:[port]
-
- In a separate terminal
cd bookstore-api
and from there follow the readme file insidebookstore-api
module
- In a separate terminal
-