Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

unchai/spring-boot-with-webpack-starter

Repository files navigation

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

About

Spring boot web project applied webpack!

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

AltStyle によって変換されたページ (->オリジナル) /