Skip to content

Commit 6eb179a

Browse files
authored
[FIX] config 서버 삭제 (#490)
2 parents 219d0c0 + 94b4996 commit 6eb179a

File tree

2 files changed

+2
-17
lines changed

2 files changed

+2
-17
lines changed

build.gradle

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,9 +99,6 @@ dependencies {
9999
// slack
100100
implementation 'com.slack.api:slack-api-client:1.30.0'
101101

102-
//config-server
103-
implementation 'org.springframework.cloud:spring-cloud-starter-config'
104-
implementation 'org.springframework.boot:spring-boot-starter-actuator'
105102
}
106103
tasks.named('test') {
107104
useJUnitPlatform()

src/main/resources/application.yml

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,3 @@
11
spring:
2-
config:
3-
import: optional:configserver:http://127.0.0.1:8087
4-
cloud:
5-
config:
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
2+
application:
3+
name: app-server

0 commit comments

Comments
 (0)