Enable ansi output in the console

pull/98/head
johnniang 2019-02-20 11:26:56 +08:00
parent e0ef35b0dd
commit 305eaa222c
1 changed files with 3 additions and 0 deletions

View File

@ -10,6 +10,9 @@ server:
session:
timeout: 86400s
spring:
output:
ansi:
enabled: always
datasource:
type: com.zaxxer.hikari.HikariDataSource