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 55d9075 commit 0db2246Copy full SHA for 0db2246
โbuild.gradleโ
@@ -82,7 +82,7 @@ dependencies {
82
implementation 'org.springframework.cloud:spring-cloud-starter-openfeign:4.2.1'
83
84
// Sentry ๋ชจ๋ํฐ๋ง ์์คํ
85
- implementation 'io.sentry:sentry-spring-boot-starter:6.27.0'
+ implementation "io.sentry:sentry-spring-boot-starter-jakarta:8.19.0"
86
87
// ํ๊ฒฝ๋ณ์(.env) ํ์ผ ๊ด๋ฆฌ
88
implementation 'me.paulschwarz:spring-dotenv:4.0.0'
โsrc/main/resources/application-prod.ymlโ
@@ -8,8 +8,8 @@ spring:
8
maximum-pool-size: 30
9
minimum-idle: 10
10
idle-timeout: 30000
11
- max-liefetime: 1800000
12
- connection-tiemout: 30000
+ max-lifetime: 1800000
+ connection-timeout: 30000
13
sql:
14
init:
15
mode: never
0 commit comments