Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 342 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 342 Bytes

ipt SEE playground application

Simple spring boot web application to demonstrate web development concepts as part of the software engineering essentials training.

How to run

# start application
mvn spring-boot:run
# access index endpoint (see ch.ipt.see.playground.HelloController.index)
curl -v localhost:8080