Skip to content

mdv27/spring-boot-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#spring-boot-demo Spring boot mvc example for:

spring boot application with below api

  • POST api to accept list of strings and return the longest string from it. Use streams.

image

  • DELETE api to accept list of strings and remove all the string which is having length more than 10.
    • Return remaining.
    • Use streams

image

Auth microservice

stores user details in memory and provides both authorization and authentication through social media like google and facebook. There should be sign in/sign up processes and I want to see user data in afterwards via REST endpoints.

Includes:

  • Spring Framework
  • Testable microservice
  • DB either postgres or H2
  • Unit and integration tests
  • Postman collection of REST calls

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published