Skip to content

Commit

Permalink
chore: gitignore & gradle files
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeongh00 committed Aug 2, 2024
1 parent e49b386 commit 642428a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,6 @@ out/
### VS Code ###
.vscode/

common-module/src/main/resources/application-s3.yml
api-module/src/main/resources/application-prod.yml
common-module/src/main/resources/application-s3.yml
api-module/src/main/resources/application-payment.yml
2 changes: 2 additions & 0 deletions api-module/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ dependencies {
implementation 'org.springframework.boot:spring-boot-starter-oauth2-client'
implementation 'org.springframework.boot:spring-boot-starter-web'
implementation 'org.springframework.boot:spring-boot-starter-data-jpa'
implementation 'org.springframework.boot:spring-boot-starter-webflux'
implementation 'org.springframework.retry:spring-retry'

implementation 'org.springdoc:springdoc-openapi-starter-webmvc-ui:2.0.2' // swagger

Expand Down
1 change: 1 addition & 0 deletions common-module/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ dependencies {
implementation 'org.springframework.boot:spring-boot-starter-data-jpa'
implementation 'org.springframework.boot:spring-boot-starter-test'
implementation 'org.springframework.boot:spring-boot-starter-security'
implementation 'org.springframework.boot:spring-boot-starter-webflux'

implementation 'org.springdoc:springdoc-openapi-starter-webmvc-ui:2.0.2' // swagger
}
Expand Down

0 comments on commit 642428a

Please sign in to comment.