格式化代码

This commit is contained in:
2023-09-21 20:00:40 +08:00
parent d4852ec5d8
commit f0e24ace09
244 changed files with 9179 additions and 8295 deletions

11
pom.xml
View File

@@ -61,11 +61,20 @@
<artifactId>groovy</artifactId>
<version>4.0.14</version>
</dependency>
<dependency>
<groupId>org.apache.tika</groupId>
<artifactId>tika-core</artifactId>
<version>2.9.0</version>
</dependency>
<dependency>
<groupId>org.flywaydb</groupId>
<artifactId>flyway-core</artifactId>
</dependency>
<dependency>
<groupId>com.huaweicloud</groupId>
<artifactId>esdk-obs-java-bundle</artifactId>
<version>3.23.5</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-actuator</artifactId>