placidenduwayo c001ce7cb5 new changes | 1 anno fa | |
---|---|---|
README.md | 1 anno fa | |
application.yml | 1 anno fa | |
backend-frontend-gateway-service.yml | 1 anno fa | |
clean-archi-business-service-address.yml | 1 anno fa | |
clean-archi-business-service-company.yml | 1 anno fa | |
clean-archi-business-service-employee.yml | 1 anno fa | |
clean-archi-business-service-project.yml | 1 anno fa | |
microservices-registration-service.yml | 1 anno fa | |
spring-security-user-auth-service.yml | 1 anno fa |
This git is gathering all configuration files of utility and business microservices:
utility microservices files:
business microservices files:
common configirations to all utility and business microservices
The configurations inside each file are made for docker images related
At startup, each service contacts the configuration server and the latter picks up the configuration of this service in this git.
server: port: 8280 spring: cloud:
config:
server:
git:
uri: https://gitea.natan.fr/placidenduwayo/fullstack-application-springboot-angular-config-service.git
default-label: master
Powered by TurnKey Linux.