Skip to content

Commit

Permalink
[BE] chore codesquad-kiosk-max-team-02#4: swagger 의존성 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
sejeongsong committed Jun 21, 2023
1 parent 84f2ca1 commit 778cd93
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions be/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ dependencies {
runtimeOnly 'com.mysql:mysql-connector-j'
annotationProcessor 'org.projectlombok:lombok'
testImplementation 'org.springframework.boot:spring-boot-starter-test'
implementation 'io.springfox:springfox-boot-starter:3.0.0'
}

tasks.named('test') {
Expand Down
2 changes: 2 additions & 0 deletions be/src/main/resources/application.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Swagger
spring.mvc.pathmatch.matching-strategy=ant_path_matcher

0 comments on commit 778cd93

Please sign in to comment.