Skip to content
This repository has been archived by the owner on Apr 26, 2019. It is now read-only.

Latest commit

 

History

History
21 lines (15 loc) · 293 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 293 Bytes

KS2 Kurs 2018

Initielt oppsett av en spring boot applikasjon klar for videre utvikling.

Run application

$ ./mvnw spring-boot:run

Build application

$ ./mvnw clean package
$ java -jar target/ks2-kurs-2018-0.0.0-SNAPSHOT.jar

Test application

$ ./mvnw test