Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

1.4.1-BACKEND INFRAESTRUCTURA-Creacion de Microservicio Admin Server #8

Closed
Renzo-Espinola opened this issue Sep 19, 2023 · 5 comments · Fixed by #12
Closed

1.4.1-BACKEND INFRAESTRUCTURA-Creacion de Microservicio Admin Server #8

Renzo-Espinola opened this issue Sep 19, 2023 · 5 comments · Fixed by #12
Assignees
Labels

Comments

@Renzo-Espinola
Copy link
Collaborator

Se requiere desarrollar el MCS De admin server, este servira para poder controlar en tiempo real el estado de todos los MCS con metricas, configuraciones, y variables que se hayan implemetado en la configuracion de DOCKER.
Este MCS heredara las configuraciones y dependencias del POM padre (Infraestructura) y ademas debera inyectar las siguientes dependencias:

             <dependency>
		<groupId>de.codecentric</groupId>
		<artifactId>spring-boot-admin-starter-server</artifactId>
		<version>${spring-boot-admin.version}</version>
	</dependency>
	<dependency>
		<groupId>de.codecentric</groupId>
		<artifactId>spring-boot-admin-starter-client</artifactId>
		<version>${spring-boot-admin.version}</version>
	</dependency>
	<dependency>
		<groupId>org.springframework.cloud</groupId>
		<artifactId>spring-cloud-starter-netflix-eureka-client</artifactId>
	</dependency>
	<dependency>
		<groupId>org.springframework.boot</groupId>
		<artifactId>spring-boot-starter-security</artifactId>
	</dependency>
	<dependency>
		<groupId>javax.servlet</groupId>
		<artifactId>javax.servlet-api</artifactId>
		<version>4.0.1</version>
		<scope>compile</scope>
@patiky
Copy link
Collaborator

patiky commented Sep 24, 2023

iniciando desarrollo

@Renzo-Espinola
Copy link
Collaborator Author

integrado a develop.

@Renzo-Espinola
Copy link
Collaborator Author

Renzo-Espinola commented Oct 1, 2023

se revisa que los microservicios esten siendo reflejados, tambien sus configuraciones individuales en el admin server. Es correcto el funcionamiento

@Renzo-Espinola
Copy link
Collaborator Author

Image

@Renzo-Espinola
Copy link
Collaborator Author

Image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment