Skip to content

yogsma/spring-boot-rest-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 

Repository files navigation

spring-boot-rest-api

How to create REST crud API using spring-boot

Pre-requisites

  1. Understanding of Java programming
  2. Understanding of Spring framework

What you'll need

  1. Java version 1.8
  2. Eclipse Mars.2
  3. Mysql version 5.0 or higher
  4. Maven 3.0 or higher

Steps

To read more details step to use this repository and the guide to implement REST api, please go to my blog

  1. https://betterjavacode.com/2017/03/14/how-to-spring-boot-crud-rest-api/
  2. https://betterjavacode.com/2017/03/18/swagger-documentation-for-spring-boot-rest-api-part-ii/
  3. https://betterjavacode.com/2017/03/26/error-handling-and-logging-in-spring-boot-rest-api-part-iii/
  4. https://betterjavacode.com/2017/04/09/consuming-a-restful-webservice-part-iv/
  5. https://betterjavacode.com/2017/04/18/producing-and-consuming-soap-webservice-with-spring-boot-part-v/
  6. https://betterjavacode.com/2017/05/08/how-to-consume-oauth-secured-soap-web-service/
  7. https://betterjavacode.com/2017/05/21/handle-uncaught-exceptions-in-a-spring-boot-rest-api-part-vi/
  8. https://betterjavacode.com/2017/07/11/how-to-angularjs-user-interface-to-crud-spring-boot-rest-api/
  9. https://betterjavacode.com/2017/08/17/how-to-use-spring-boot-security-in-web-application-part-viii/
  10. https://betterjavacode.com/2017/08/31/how-to-deploy-spring-boot-application-on-docker-part-ix/

To run the REST API using browser

  1. http://localhost:8080/benefits/v1/users/
  2. http://localhost:8080/benefits/v1/companies/

Questions

If you have any questions, you can contact me at betterjavacode DOT com AT gmail DOT com

About

How to create REST crud API using spring-boot

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published