Skip to content

arcotc/samples-springmvc-with-json

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SpringMVC (with JSON and JSP support)
-------------------------------------

This is the basic structure of SpringMVC project with JSON and JSP support.

It implements a simple 'hello world' set of endpoints.

/hello/{name}
/json/hello/{name}

The {name} provided in both endpoints above are rendered during execution, so the JSP endpoint /hello/world will output
Hello World

About

Basic SpringMVC project structure with JSON and JSP support

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages