Skip to content

Commit

Permalink
Swagger Gateway 통합
Browse files Browse the repository at this point in the history
  • Loading branch information
j-ra1n committed Jan 17, 2025
1 parent bfd539f commit a7620b3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ dependencies {
// spring cloud
implementation 'org.springframework.cloud:spring-cloud-starter-gateway'
implementation 'org.springframework.cloud:spring-cloud-starter-netflix-eureka-client'
implementation "org.springdoc:springdoc-openapi-starter-webmvc-ui:2.6.0"
implementation 'org.springdoc:springdoc-openapi-starter-webflux-ui:2.5.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 a7620b3

Please sign in to comment.