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 5c50c2d commit d03d624Copy full SHA for d03d624
build.gradle.kts
@@ -28,8 +28,8 @@ repositories {
28
29
dependencies {
30
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")
+// implementation("org.springframework.boot:spring-boot-starter-oauth2-client")
+// implementation("org.springframework.boot:spring-boot-starter-security")
33
implementation("org.springframework.boot:spring-boot-starter-validation")
34
implementation("org.springframework.boot:spring-boot-starter-web")
35
implementation("org.springframework.boot:spring-boot-starter-data-redis")
0 commit comments