backend: microservices-oriented architecture, clean-architecture design pattern, spring-boot, spring cloud gateway, spring cloud eureka et spring cloud config. - frontend: angular, observer rxjs

bootstrap.yml 177B

1234567
  1. spring:
  2. application:
  3. name: clean-archi-business-service-employee
  4. cloud:
  5. config:
  6. # uri: http://microservices-config-service:8280
  7. uri: http://localhost:8280

Powered by TurnKey Linux.