Skip to content

Commit

Permalink
Merge pull request #57 from ClothingStoreService/feature/swagger-auth
Browse files Browse the repository at this point in the history
build: swagger 버전 2.2.0 으로 수정
  • Loading branch information
hjj4060 authored Jun 16, 2024
2 parents ec865cb + b741b3c commit 3285b4b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ dependencies {
implementation 'org.springframework.boot:spring-boot-starter-web'
implementation 'org.springframework.boot:spring-boot-starter-thymeleaf'
implementation 'org.springframework.boot:spring-boot-starter-jdbc'
implementation 'org.springdoc:springdoc-openapi-starter-webmvc-ui:2.5.0'
implementation 'org.springframework.boot:spring-boot-starter-validation'
implementation 'org.springframework.boot:spring-boot-starter-security'
implementation 'org.thymeleaf.extras:thymeleaf-extras-springsecurity6'
Expand All @@ -43,6 +42,9 @@ dependencies {
testImplementation 'org.springframework.boot:spring-boot-starter-test'
testImplementation 'org.springframework.security:spring-security-test'

//swagger 2.2.0 사용 2.5.0는 does not exist in document 에러 발생
implementation 'org.springdoc:springdoc-openapi-starter-webmvc-ui:2.2.0'

// ⭐ Spring boot 3.x이상 QueryDsl 추가
implementation 'com.querydsl:querydsl-jpa:5.0.0:jakarta'
annotationProcessor "com.querydsl:querydsl-apt:5.0.0:jakarta"
Expand Down

0 comments on commit 3285b4b

Please sign in to comment.