Routes | Documentation | Technologies | Building | Docker | Contributing
Method | URL | Description |
---|---|---|
GET | http://localhost:8080/api/accounts/{id} | Get Account Details |
GET | http://localhost:8090/api/loans/{id} | Get Loan Details |
GET | http://localhost:9000/api/cards/{id} | Get Cards Details |
URL | Description |
---|
This project was developed using the following technologies:
- Spring Boot
- Spring Data JPA
- Spring Boot Actuator
- Spring Cloud Config Server
- Spring Cloud Config Client
- Spring Cloud Netflix Eureka Server
- Spring Cloud Netflix Eureka Client
- Spring Cloud Circuit Breaker - Resilience4J
- Spring Cloud Gateway
- Spring Cloud Sleuth
- Zipkin
- Open Feign
- H2 Database
- Keycloak
- Prometheus
- Grafana
You'll need Java 11+ and Maven installed on your computer in order to build this app.
$ git clone https://github.com/eric-souzams/auth-microservices.git
$ cd auth-microservices
$ cd {service-name}
$ mvn install
after install all applications
$ cd {service-name}
$ mvn spring-boot:run
You'll need Docker installed on your computer in order to build this app.
$ git clone https://github.com/eric-souzams/auth-microservices.git
$ cd auth-microservices
$ cd {service-name}
$ mvn install
$ mvn package
after package all applications
$ docker-compose up
This repository is currently under development. If you want to contribute please fork the repository and get your hands dirty, and make the changes as you'd like and submit the Pull request.