We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7912fbd commit 835f9ecCopy full SHA for 835f9ec
build.gradle
@@ -86,11 +86,8 @@ dependencies {
86
// 배포 관련 의존성
87
// runtimeOnly 'org.postgresql:postgresql'
88
implementation 'org.springframework.boot:spring-boot-devtools'
89
-
90
implementation 'com.google.cloud:spring-cloud-gcp-starter-secretmanager:4.9.1'
91
implementation 'com.google.cloud:google-cloud-storage:2.38.0'
92
- // implementation 'com.google.cloud:spring-cloud-gcp-starter-secretmanager:4.9.1'
93
- // implementation 'com.google.cloud:google-cloud-storage:2.38.0'
94
95
// WebSocket + STOMP 통신용
96
implementation 'org.springframework.boot:spring-boot-starter-websocket'
0 commit comments