chore(config): 更新应用配置和依赖版本
- 启用 ANSI 输出以改善日志显示效果 - 将 chaos_api_data 依赖版本从固定值改为使用项目版本变量- 整理 pom.xml 文件中的依赖部分格式
This commit is contained in:
@@ -39,7 +39,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>cn.nopj</groupId>
|
<groupId>cn.nopj</groupId>
|
||||||
<artifactId>chaos_api_data</artifactId>
|
<artifactId>chaos_api_data</artifactId>
|
||||||
<version>1.0-SNAPSHOT</version>
|
<version>${project.version}</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.springframework.boot</groupId>
|
<groupId>org.springframework.boot</groupId>
|
||||||
@@ -69,6 +69,7 @@
|
|||||||
<scope>provided</scope>
|
<scope>provided</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
|
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
<build>
|
<build>
|
||||||
|
|||||||
@@ -19,6 +19,9 @@ spring:
|
|||||||
multipart:
|
multipart:
|
||||||
max-file-size: 100GB
|
max-file-size: 100GB
|
||||||
max-request-size: 100GB
|
max-request-size: 100GB
|
||||||
|
output:
|
||||||
|
ansi:
|
||||||
|
enabled: always
|
||||||
|
|
||||||
mybatis-plus:
|
mybatis-plus:
|
||||||
mapper-locations: classpath*:/mapper/**/*.xml
|
mapper-locations: classpath*:/mapper/**/*.xml
|
||||||
|
|||||||
Reference in New Issue
Block a user