Skip to content

Commit

Permalink
Spring Boot 버전 다운
Browse files Browse the repository at this point in the history
  • Loading branch information
j-ra1n committed Jan 16, 2025
1 parent ce4cef8 commit 030d9e2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
9 changes: 3 additions & 6 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id 'java'
id 'org.springframework.boot' version '3.4.1'
id 'org.springframework.boot' version '3.3.7'
id 'io.spring.dependency-management' version '1.1.7'
}

Expand All @@ -18,7 +18,7 @@ repositories {
}

ext {
set('springCloudVersion', "2024.0.0")
set('springCloudVersion', "2023.0.0")
}

dependencies {
Expand All @@ -30,10 +30,7 @@ dependencies {
// spring cloud
implementation 'org.springframework.cloud:spring-cloud-starter-gateway'
implementation 'org.springframework.cloud:spring-cloud-starter-netflix-eureka-client'


// swagger
implementation 'org.springdoc:springdoc-openapi-starter-webflux-ui:2.1.0'
implementation "org.springdoc:springdoc-openapi-starter-webmvc-ui:2.6.0"

// lombok
implementation 'org.projectlombok:lombok'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,4 @@ public class UrdegoGatewayServiceApplication {
public static void main(String[] args) {
SpringApplication.run(UrdegoGatewayServiceApplication.class, args);
}

}

0 comments on commit 030d9e2

Please sign in to comment.