We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6112d95 commit 73eef2eCopy full SHA for 73eef2e
2 files changed
.ebextensions/jvm.config
@@ -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
@@ -171,7 +171,7 @@ spring:
171
config:
172
activate:
173
on-profile: local
174
-
+ # 로컬 개발 환경에서 H2 데이터베이스 사용
175
sql:
176
init:
177
mode: never
0 commit comments