xusyPersonal / spring-boot-web-jsp-example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 

About


Languages

Language:Java 100.0%