climberger / spring-jsp

This is a project to test things with Spring Boot and JSP

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Versions

  • v1.1

    • First experiments with Spring and JSP
    • Added "hello" controller
    • CSS and JS files included over static files
    • Just using Model and RequestParam in the controller
    • Path to JSP views configured in application properties
  • v1.2

    • Added "employee" controller that uses ModelMap and ModelAttribute
    • Path to JSP views configured in a configuration Java class

Open Problems

  • CSS and JS file not usable within hello.jsp

About

This is a project to test things with Spring Boot and JSP


Languages

Language:Java 99.1%Language:JavaScript 0.5%Language:CSS 0.4%