Skip to content

Commit 5e68a39

Browse files
committed
build: Security 관련 설정 임시 주석 처리 및 mysql 설정 추가
- 구현 후 다시 변경 예정
1 parent e6bd210 commit 5e68a39

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

build.gradle.kts

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,16 @@ repositories {
2828

2929
dependencies {
3030
implementation("org.springframework.boot:spring-boot-starter-data-jpa")
31-
implementation("org.springframework.boot:spring-boot-starter-oauth2-client")
32-
implementation("org.springframework.boot:spring-boot-starter-security")
31+
// implementation("org.springframework.boot:spring-boot-starter-oauth2-client")
32+
// implementation("org.springframework.boot:spring-boot-starter-security")
3333
implementation("org.springframework.boot:spring-boot-starter-validation")
3434
implementation("org.springframework.boot:spring-boot-starter-web")
3535
implementation("org.springframework.boot:spring-boot-starter-data-redis")
36+
implementation("mysql:mysql-connector-java:8.0.33")
3637

3738
compileOnly("org.projectlombok:lombok")
39+
testCompileOnly("org.projectlombok:lombok")
40+
testAnnotationProcessor("org.projectlombok:lombok")
3841
runtimeOnly("com.h2database:h2")
3942
annotationProcessor("org.projectlombok:lombok")
4043
testImplementation("org.springframework.boot:spring-boot-starter-test")

0 commit comments

Comments
 (0)