Skip to content

A simple Restfull MVC framework using Sring 4 and pure jdbc (no JPA here, guys). Good for beginners to learn

License

Notifications You must be signed in to change notification settings

nelodvn/restzero

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

This is a simple Restfull MVC Framework using Spring 4 and pure jdbc (no JPA here, guys). Good for beginners to learn or if you need something fast to start a simple REST controller project.

How do I get set up?

  • Building

mvn clean install

  • Running

mvn tomcat:run -Dmaven.tomcat.path=/

  • Enjoying

curl http://localhost:8080/exemplo/teste

And you are good to go. Sample entities and DAOs included.

About

A simple Restfull MVC framework using Sring 4 and pure jdbc (no JPA here, guys). Good for beginners to learn

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages