We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 219d0c0 + 94b4996 commit 6eb179aCopy full SHA for 6eb179a
build.gradle
@@ -99,9 +99,6 @@ dependencies {
99
// slack
100
implementation 'com.slack.api:slack-api-client:1.30.0'
101
102
- //config-server
103
- implementation 'org.springframework.cloud:spring-cloud-starter-config'
104
- implementation 'org.springframework.boot:spring-boot-starter-actuator'
105
}
106
tasks.named('test') {
107
useJUnitPlatform()
src/main/resources/application.yml
@@ -1,15 +1,3 @@
1
spring:
2
- config:
3
- import: optional:configserver:http://127.0.0.1:8087
4
- cloud:
5
6
- uri: http://127.0.0.1:8087
7
- name: application
8
- profiles:
9
- active: local
10
-
11
-management:
12
- endpoints:
13
- web:
14
- exposure:
15
- include: refresh
+ application:
+ name: app-server
0 commit comments