Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 684 Bytes

README.md

File metadata and controls

27 lines (22 loc) · 684 Bytes

Build Status

spring-jsp-example

Stack

  • Spring Boot 2.2.0.RELEASE
  • Servlet API 2.5
  • JSP, HTML, JS, CSS
  • Tomcat 9

Install

  1. To clean and build maven project, use:
    mvn clean install
  2. To create and run the Spring boot application, run the following code:
    $ mvn spring-boot:run

Contribute

For any problems, comments, or feedback please create an issue here.

License

Project is released under the MIT.