Skip to content

Commit 73eef2e

Browse files
committed
CICD 테스트
1 parent 6112d95 commit 73eef2e

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

.ebextensions/jvm.config

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
option_settings:
2+
- namespace: aws:elasticbeanstalk:application:environment
3+
option_name: JVM_ARGS
4+
value: "-Xms256m -Xmx256m"

src/main/resources/application.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ spring:
171171
config:
172172
activate:
173173
on-profile: local
174-
174+
# 로컬 개발 환경에서 H2 데이터베이스 사용
175175
sql:
176176
init:
177177
mode: never

0 commit comments

Comments
 (0)