Skip to content

Commit

Permalink
[back] build: Swagger
Browse files Browse the repository at this point in the history
  • Loading branch information
SangWoon123 committed Mar 25, 2024
1 parent 38b492c commit ee115d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion todo-back/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ dependencies {
implementation group: 'org.springframework.cloud', name: 'spring-cloud-starter-openfeign', version: '4.1.0'

//swagger
implementation 'org.springdoc:springdoc-openapi-ui:1.7.0'
implementation group: 'org.springdoc', name: 'springdoc-openapi-starter-webmvc-ui', version: '2.3.0'

//redis
implementation 'org.springframework.boot:spring-boot-starter-data-redis'
Expand Down

0 comments on commit ee115d5

Please sign in to comment.