Skip to content

Commit

Permalink
application.yml 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
CYY1007 committed Oct 16, 2023
1 parent ba86476 commit b8426bf
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .ebextensions-dev/00-makeFiles.config
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ files:

# run app
killall java
java -Dfile.encoding=UTF-8 -jar $JAR_PATH
java -Dfile.encoding=UTF-8 -Dspring.profiles.active=dev -jar $JAR_PATH
2 changes: 1 addition & 1 deletion .github/workflows/dev_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
spring.datasource.username: ${{ secrets.AWS_DB_USERNAME }}
spring.datasource.password: ${{ secrets.AWS_DB_PASSWORD }}
spring.datasource.url: ${{ secrets.AWS_DB_URL }}
spring.profiles.active: dev

- name: Grant execute permission for gradlew
run: chmod +x ./gradlew
shell: bash # (6).권한 부여
Expand Down
7 changes: 0 additions & 7 deletions src/main/resources/application.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,6 @@
spring:
profiles:
active: local
springdoc:
swagger-ui:
tags-sorter: alpha # alpha: 알파벳 순 태그 정렬, method: HTTP Method 순 정렬
operations-sorter: alpha # alpha: 알파벳 순 태그 정렬, method: HTTP Method 순 정렬
cache:
disabled: true
use-fqn: true
---
spring:
config:
Expand Down

0 comments on commit b8426bf

Please sign in to comment.