Skip to content

Latest commit

 

History

History
50 lines (39 loc) · 1.47 KB

README.md

File metadata and controls

50 lines (39 loc) · 1.47 KB

Java CI with Maven

Overview

The example has delays enabled by default to demonstrat the loadingbar functionality. It can be turned off in the application yml.

Frontend

Install

  • Nodejs required
  • angular cli required

How to run

Dev mode

npm start

Backend

  • Run Spring boot in e.g. STS
  • Command Line

How to run command line

mvn clean install
cd backend
mvn spring-boot:run

Build & Run

mvn package
java -jar backend/target/backend-0.1.0-SNAPSHOT.jar

Sidenotes

  • mvn clean will also delete all node_modules

Links