Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/calebmadrigal/springmvc-messageboard
A very simple Spring MVC 3 Message Board app (to be used as a starter Spring MVC 3 app)
https://github.com/calebmadrigal/springmvc-messageboard
Last synced: about 1 month ago
JSON representation
A very simple Spring MVC 3 Message Board app (to be used as a starter Spring MVC 3 app)
- Host: GitHub
- URL: https://github.com/calebmadrigal/springmvc-messageboard
- Owner: calebmadrigal
- Created: 2012-11-13T23:11:04.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2012-11-13T23:22:24.000Z (almost 12 years ago)
- Last Synced: 2024-04-15T06:53:53.458Z (7 months ago)
- Language: Java
- Size: 137 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
SpringMVC_MessageBoard
======================A very simple Spring MVC 3 Message Board app (to be used as a starter Spring MVC 3 app).
* It is a maven project.
* It allows access via JSP pages and a RESTful API.TODO: Document how to use it :)