| 
				
					 | 
			2 년 전 | |
|---|---|---|
| README.md | 2 년 전 | |
| application.yml | 2 년 전 | |
| backend-frontend-gateway-service.yml | 2 년 전 | |
| clean-archi-business-service-address.yml | 2 년 전 | |
| clean-archi-business-service-company.yml | 2 년 전 | |
| clean-archi-business-service-employee.yml | 2 년 전 | |
| clean-archi-business-service-project.yml | 2 년 전 | |
| microservices-registration-service.yml | 2 년 전 | |
| spring-security-user-auth-service.yml | 2 년 전 | 
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 this one picks up the configuration of the service in this git. The configuration server is as follow:
server:
  port: 8280
spring:
  cloud:
    config:
      server:
        git:
          uri: https://gitea.natan.fr/placidenduwayo/fullstack-application-springboot-angular-config-service.git # a git repo for all services config files
          default-label: master
			
		Powered by TurnKey Linux.