https://github.com/danpersa/first-spring-mvc
https://github.com/danpersa/first-spring-mvc
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/danpersa/first-spring-mvc
- Owner: danpersa
- Created: 2012-08-12T09:51:33.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2013-08-08T09:08:34.000Z (almost 12 years ago)
- Last Synced: 2025-01-22T04:31:20.236Z (4 months ago)
- Language: CSS
- Size: 376 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Technology Stack
The project uses the following technologies:
- **web/REST**: Spring 3.1.2
- **view**: Freemarker
- **marshalling**: Jackson (for JSON) and XStream (for XML)
- **persistence**: Mongo DB
- **security**: Spring Security 3.1.2
- **testing**: Junit, Hamcrest, Mockito, rest-assured
- **utils**: Lombok