File tree Expand file tree Collapse file tree
src/main/java/com/miguno/javadockerbuild Expand file tree Collapse file tree Original file line number Diff line number Diff line change 128128 <version >${therapi.version} </version >
129129 </dependency >
130130
131- <dependency >
132- <!--
133- Server for https://github.com/codecentric/spring-boot-admin/.
134- In this example project, the server and the client of Spring
135- Boot Admin run in the same application. In production, however,
136- you will typically run the server (think: central monitoring
137- process) separately from the clients, which are your "actual"
138- applications.
139- -->
140- <groupId >de.codecentric</groupId >
141- <artifactId >spring-boot-admin-starter-server</artifactId >
142- <version >${spring-boot-admin.version} </version >
143- </dependency >
144-
145- <dependency >
146- <!--
147- Client for https://github.com/codecentric/spring-boot-admin/.
148- -->
149- <groupId >de.codecentric</groupId >
150- <artifactId >spring-boot-admin-starter-client</artifactId >
151- <version >${spring-boot-admin.version} </version >
152- </dependency >
153-
154131 <dependency >
155132 <!--
156133 Exposes metrics via a Prometheus actuator endpoint.
Original file line number Diff line number Diff line change 11package com .miguno .javadockerbuild ;
22
3- import de .codecentric .boot .admin .server .config .EnableAdminServer ;
43import org .springframework .boot .SpringApplication ;
54import org .springframework .boot .autoconfigure .SpringBootApplication ;
65
76/** An example application that exposes an HTTP endpoint. */
87@ SpringBootApplication
9- @ EnableAdminServer
108public class App {
119
1210 public static void main (String [] args ) {
You can’t perform that action at this time.
0 commit comments