Merge remote-tracking branch 'upstream/develop' into develop

# Conflicts:
#	service/system/src/main/resources/config/application.yml
This commit is contained in:
jiangdingxuan
2024-01-08 19:19:56 +08:00
4 changed files with 49 additions and 0 deletions

View File

@@ -54,6 +54,10 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-data-redis</artifactId>
</dependency>
<dependency>
<groupId>org.springdoc</groupId>
<artifactId>springdoc-openapi-starter-webmvc-ui</artifactId>
</dependency>
<dependency>
<groupId>com.mysql</groupId>
<artifactId>mysql-connector-j</artifactId>