main #1

Merged
miaozerun merged 6 commits from iVMiku/guidance-backend:main into main 2024-08-09 09:43:59 +08:00
2 changed files with 7 additions and 1 deletions
Showing only changes of commit 946c479d04 - Show all commits

2
.idea/vcs.xml generated
View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="VcsDirectoryMappings">
<mapping directory="" vcs="Git" />
<mapping directory="$PROJECT_DIR$" vcs="Git" />
</component>
</project>

View File

@@ -24,6 +24,12 @@
<!-- <artifactId>springfox-boot-starter</artifactId>-->
<!-- <version>3.0.0</version>-->
<!-- </dependency>-->
<dependency>
<groupId>io.minio</groupId>
<artifactId>minio</artifactId>
<version>7.0.2</version>
</dependency>
<!-- Swagger 依赖-->
<dependency>
<groupId>org.springdoc</groupId>