File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -28,13 +28,16 @@ repositories {
2828
2929dependencies {
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" )
You can’t perform that action at this time.
0 commit comments