We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a38df7 commit 157182cCopy full SHA for 157182c
โsrc/main/resources/application-dev.ymlโ
@@ -7,7 +7,7 @@ spring:
7
jpa:
8
open-in-view: false
9
hibernate:
10
- ddl-auto: create
+ ddl-auto: update
11
autoconfigure: # ๋ก์ปฌ์์ ์คํํ ๋๋ Redis์ Session ์ค์ ์ ์ ์ธ
12
exclude:
13
- org.springframework.boot.autoconfigure.data.redis.RedisAutoConfiguration
โsrc/main/resources/application.ymlโ
@@ -18,7 +18,7 @@ spring:
18
19
20
21
22
properties:
23
24
default_batch_fetch_size: 100
0 commit comments