Skip to content

Microservices: two differents approaches by using different Spring Boot stack.

Notifications You must be signed in to change notification settings

ecristobale/springboot-microservices

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 

Repository files navigation

"# springboot-microservices"

Application A:

Microservices using:

  • Spring Boot 2
  • Spring Data JPA
  • H2 database
  • Spring Cloud Security (OAuth2 & JWT)
  • Feign & RestTemplate
  • Eureka
  • Zuul
  • Spring Cloud Config
  • Hystrix
  • Zipkin (with Spring Cloud Sleuth)
  • Spring Data REST (HATEOAS used)
  • Java 8

Application B:

Microservices using:

  • Spring Cloud Consul
  • Spring Boot 2
  • Spring Data JPA
  • Rest Template
  • H2 database
  • Java 8
  • Spring HATEOAS