Skip to content

chuucks/SPRING-REST-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SPRING-REST-API

Example of an API REST with Spring 4 and Spring Security with OAUTH2

Includes a small CRUD for a defined User Entity.

  • Remeber to add your datasource connection params at 'persistance.properties' file, to test.
  • When datasource added, comment in memory authentication and uncomment DB authentication.
  • Remember to add jdbc driver if using different than Mysql / Maria DB.
  • Once cloned, type 'mvn install tomcat7:run' in your command line to run.
  • Once running find app docs at: http://localhost:8080/restapp
  • For generating war file, type 'mvn clean install package'

You can see a small tutorial of Spring Rest an other Java releated topics (in spanish) at: https://codesolt.com/tutoriales/

Feel free to reach me at [email protected] or find out more about me at https://carlos-salazar.com/ :)

Releases

No releases published

Packages

No packages published

Languages