Skip to content

Commit

Permalink
[TDC-31] swagger 설정
Browse files Browse the repository at this point in the history
  • Loading branch information
yerimkoko committed Jan 5, 2024
1 parent 47a2565 commit dca948c
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 43 deletions.
4 changes: 1 addition & 3 deletions threedollar-application/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,7 @@ dependencies {
implementation 'org.springframework.boot:spring-boot-starter-jdbc'

// Swagger
implementation 'io.springfox:springfox-boot-starter:3.0.0'
implementation 'io.springfox:springfox-swagger-ui:3.0.0'
implementation("io.springfox:springfox-swagger2:3.0.0")
api("org.springdoc:springdoc-openapi-starter-webmvc-ui:${springDocVersion}")

implementation 'com.google.code.findbugs:jsr305:3.0.2'

Expand Down

This file was deleted.

2 changes: 1 addition & 1 deletion threedollar-core/threedollar-common/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jar {

dependencies {

// Swagger



}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
import jakarta.persistence.EntityListeners;
import jakarta.persistence.GeneratedValue;
import jakarta.persistence.GenerationType;
import jakarta.persistence.Id;
import jakarta.persistence.MappedSuperclass;
import lombok.Getter;
import org.springframework.data.annotation.CreatedDate;
import org.springframework.data.annotation.Id;
import org.springframework.data.annotation.LastModifiedDate;
import org.springframework.data.jpa.domain.support.AuditingEntityListener;

Expand Down

0 comments on commit dca948c

Please sign in to comment.