Skip to content

Commit 659c79a

Browse files
Virtual Thread 적용을 통한 이메일 발송 처리량 개선 (#75)
* chore: virtual thread 설정 추가 - application.yaml VT 설정 추가 - Dockerfile 런타임 JDK 25버전으로 상향 조정 * chore: Docker 이미지 태그 버전 고정 Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 7343557 commit 659c79a

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM amazoncorretto:21-alpine3.19
1+
FROM amazoncorretto:25-alpine3.21
22

33
WORKDIR /app
44

src/main/resources/application.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
spring:
22
application:
33
name: recyclestudy
4+
5+
threads:
6+
virtual:
7+
enabled: true
48
profiles:
59
active: local
610

0 commit comments

Comments
 (0)