Skip to content

Commit 41007d2

Browse files
committed
feat: 默认开启ansi
1 parent 6241676 commit 41007d2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

applications/spring/src/main/resources/application.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ spring:
2727
threads:
2828
virtual:
2929
enabled: true
30+
output:
31+
ansi:
32+
enabled: always
3033
source-downloader:
3134
data-location: ${SOURCE_DOWNLOADER_DATA_LOCATION:./}
3235

0 commit comments

Comments
 (0)