Skip to content

puzzle-bbt/lern-session-spring

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Example Spring Boot WebApp

Build and start the WebApp from the console

First start the PostgreSql from the docker. Go into the docker folder and execute:

docker-compose up

Build the Webapp:

mvn clean package

Start the Webapp:

mvn spring-boot:run

Start the Webapp and overwrite the example.application-name configuration property:

mvn spring-boot:run -Dspring-boot.run.jvmArguments="-Dexample.application-name=NewApp"

About

Lernsession Spring Boot

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages