Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 380 Bytes

README.md

File metadata and controls

20 lines (11 loc) · 380 Bytes

Sample Spring Boot Web Application with JSP

Building and running

./mvnw clean spring-boot:run

or

./mvnw clean package
java -jar target/jsp-boot-tst.war

Verification:

curl -i -I http://localhost:8080/                                                                                      śro, 29 sie 2018, 14:36:14 
HTTP/1.1 200