Skip to content

ChmHsm/SpringBootWS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#SpringBootWS

Getting the heck of Spring Boot. Following Spring's official tutorial here, this repository includes 2 model classes (in the model directory) and 3 "versions" of the same web service: an open version (no security), a HATEOAS version (which use I don't fully understand yet) in the hateoas directory, and finally a secured (Spring security and Oauth) version in the security directory.

Things to know about this WS repo:

  • It is intended to be deployed on heroku directly from github. Hence, the unsecured version of the WS (/rest) containt a pom that specifies a war packaging. The root directory also contains a Procfile that specifies the commands that the heroku container runs in order to deploy the app.
  • The root directory contains an Application.properties file that disables Springs default security. (No login dialogbox for every request)
  • If you want to test the secured version of the WS, you'll need to create your own tomcat.keystore in the /security/src/main/resources directory, based on the application-https.properties file in the same directory.

About

Spring ooot web service

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages