diff --git a/chaos_api_web/pom.xml b/chaos_api_web/pom.xml
index 5c7fc41..9eefc1e 100644
--- a/chaos_api_web/pom.xml
+++ b/chaos_api_web/pom.xml
@@ -39,7 +39,7 @@
cn.nopj
chaos_api_data
- 1.0-SNAPSHOT
+ ${project.version}
org.springframework.boot
@@ -69,6 +69,7 @@
provided
+
diff --git a/chaos_api_web/src/main/resources/application.yaml b/chaos_api_web/src/main/resources/application.yaml
index 1f0b2d9..afd3bbd 100644
--- a/chaos_api_web/src/main/resources/application.yaml
+++ b/chaos_api_web/src/main/resources/application.yaml
@@ -19,6 +19,9 @@ spring:
multipart:
max-file-size: 100GB
max-request-size: 100GB
+ output:
+ ansi:
+ enabled: always
mybatis-plus:
mapper-locations: classpath*:/mapper/**/*.xml