Skip to content
Snippets Groups Projects
Commit 3194a3f7 authored by OZGCloud's avatar OZGCloud
Browse files

Setup for spring-admin

parent ab85e711
No related branches found
No related tags found
No related merge requests found
......@@ -44,6 +44,15 @@
<artifactId>grpc-client-spring-boot-starter</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-actuator</artifactId>
</dependency>
<dependency>
<groupId>de.codecentric</groupId>
<artifactId>spring-boot-admin-starter-client</artifactId>
</dependency>
<!-- own projects -->
<dependency>
<groupId>de.itvsh.ozg.pluto</groupId>
......
spring:
boot:
admin:
client:
url: http://localhost:8090
\ No newline at end of file
spring:
boot:
admin:
client:
instance:
prefer-ip: true
grpc:
client:
pluto:
......
logging:
level:
ROOT: WARN
de.itvsh: INFO
'[de.itvsh]': INFO
spring:
application:
name: Goofy
server:
http2:
enabled: true
management:
server:
port: 8081
endpoints:
web:
exposure:
include: "*"
goofy:
production: false
......
___ ___ ___ ___ __ __
/ __| / _ \ / _ \ | __|\ \ / /
| (_ || (_) || (_) || _| \ /
\___| \___/ \___/ |_| |_|
================================
${spring-boot.version} ${application.version}
......@@ -22,6 +22,7 @@
<spring.boot.version>2.4.0</spring.boot.version>
<grpc.spring-boot-starter.version>2.10.1.RELEASE</grpc.spring-boot-starter.version>
<spring-admin.version>2.3.1</spring-admin.version>
<mapstruct.version>1.4.1.Final</mapstruct.version>
<lorem.version>2.1</lorem.version>
......@@ -45,6 +46,12 @@
<scope>import</scope>
</dependency>
<dependency>
<groupId>de.codecentric</groupId>
<artifactId>spring-boot-admin-starter-client</artifactId>
<version>${spring-admin.version}</version>
</dependency>
<!-- tools -->
<dependency>
<groupId>org.mapstruct</groupId>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment