Skip to content

Commit 94b12d4

Browse files
committed
Chore : google sql 의존성 추가
1 parent d8a9436 commit 94b12d4

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,8 @@ dependencies {
7474

7575
// websocket
7676
implementation 'org.springframework.boot:spring-boot-starter-websocket'
77+
78+
implementation 'com.google.cloud.sql:mysql-socket-factory-connector-j-8:1.15.0'
7779
}
7880

7981
tasks.named('test') {

src/main/resources/application.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
server:
2-
port: 8080
3-
41
spring:
52
config:
63
import: optional:file:.env[.properties]

0 commit comments

Comments
 (0)