Skip to content

Commit cc308e4

Browse files
committed
enable virtual threads
1 parent ca2b182 commit cc308e4

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/main/resources/application.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@ server:
22
port: 8080
33

44
spring:
5-
thread-executor: virtual
5+
threads:
6+
virtual:
7+
enabled: true
68
application:
79
name: configa
810
main:
@@ -25,6 +27,8 @@ spring:
2527
# max-interval: 80000
2628
# default-requeue-rejected: true
2729
cloud:
30+
compatibility-verifier:
31+
enabled: false
2832
bus:
2933
enabled: false
3034
refresh:

0 commit comments

Comments
 (0)