Skip to content

Spring Boot REST application which exemplifies how to use Qualifier to use the Factory design pattern to obtain a service based on a country used as a parameter.

License

Notifications You must be signed in to change notification settings

jorgealfonsogarcia/codepenguin-spring-boot-component-factory-lab

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

codepenguin-spring-boot-component-factory-lab

Mock Data

The mock data was obtained using the Random User Generator API with the following call:

curl --location --request GET 'https://randomuser.me/api/?results=10&nat=us,gb&inc=name,nat'

About

Spring Boot REST application which exemplifies how to use Qualifier to use the Factory design pattern to obtain a service based on a country used as a parameter.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%