Skip to content

Commit ef28cc5

Browse files
authored
Virtual thread 적용 (#128)
1 parent a8a661a commit ef28cc5

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

core/src/main/resources/application-core.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
spring.profiles.default: local
1+
spring:
2+
profiles:
3+
default: local
4+
threads:
5+
virtual:
6+
enabled: true
27
---
38

49
spring:

0 commit comments

Comments
 (0)