Demonstrates how to use the frontend-maven-plugin to bundle a js-webapp (react) inside an application jar.
mvn clean install
cd src/main/webapp
yarn build
yarn start
mvn clean install -Pbuild-webapp
java -jar target/*.jar
Demonstrates how to use the frontend-maven-plugin to bundle a js-webapp (react) inside an application jar.
mvn clean install
cd src/main/webapp
yarn build
yarn start
mvn clean install -Pbuild-webapp
java -jar target/*.jar