Merge remote-tracking branch 'origin/main'
This commit is contained in:
@@ -39,7 +39,7 @@
|
||||
<dependency>
|
||||
<groupId>cn.nopj</groupId>
|
||||
<artifactId>chaos_api_data</artifactId>
|
||||
<version>1.0-SNAPSHOT</version>
|
||||
<version>${project.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
@@ -69,6 +69,7 @@
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
|
||||
|
||||
</dependencies>
|
||||
|
||||
<build>
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user