Spring Boot With Webpack Starter Save

Spring boot web project applied webpack!

Project README

Spring-boot with Webpack starter

Requirements

  • Java 11+
  • Node.js

Usage

For developer's local mode

$ npm install
$ ./gradlew -Pprofile=local clean bootRun &
$ npm start

For development mode

$ ./gradlew -Pprofile=dev clean bootJar
$ java -jar ./target/spring-boot-with-frontend-stater-1.0.0.war

For production mode

$ ./gradlew -Pprofile=real clean bootJar
$ java -jar ./target/spring-boot-with-frontend-stater-1.0.0.war

Show bundle analyze map

$ npm run analyze
Open Source Agenda is not affiliated with "Spring Boot With Webpack Starter" Project. README Source: unchai/spring-boot-with-webpack-starter
Stars
26
Open Issues
0
Last Commit
2 years ago

Open Source Agenda Badge

Open Source Agenda Rating