View on GitHub

Spring Boot Microservice

A look at the microservice architecture

Home Getting Started Documentation
Return to User

User-Provider

The actual service implementation that contains the business logic and data access layer.

Files

pom.xml

UserProviderApplication.java

UserController.java

UserService.java

UserDao.java

UserImpl.java

bootstrap.yml