修改注释

This commit is contained in:
TinyAnts 2022-05-20 10:52:27 +08:00
parent a19081158e
commit 10c9436b6c
1 changed files with 4 additions and 4 deletions

View File

@ -38,7 +38,7 @@
</exclusion> </exclusion>
</exclusions> </exclusions>
</dependency> </dependency>
<!--log4j2依赖--> <!-- log4j2依赖 -->
<dependency> <dependency>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-log4j2</artifactId> <artifactId>spring-boot-starter-log4j2</artifactId>
@ -123,19 +123,19 @@
<groupId>com.aliyun.oss</groupId> <groupId>com.aliyun.oss</groupId>
<artifactId>aliyun-sdk-oss</artifactId> <artifactId>aliyun-sdk-oss</artifactId>
</dependency> </dependency>
<!--腾讯云短信--> <!-- 腾讯云短信 -->
<dependency> <dependency>
<groupId>com.tencentcloudapi</groupId> <groupId>com.tencentcloudapi</groupId>
<artifactId>tencentcloud-sdk-java</artifactId> <artifactId>tencentcloud-sdk-java</artifactId>
<version>${tencentcloudapi.version}</version> <version>${tencentcloudapi.version}</version>
</dependency> </dependency>
<!--阿里云短信--> <!-- 阿里云短信 -->
<dependency> <dependency>
<groupId>com.aliyun</groupId> <groupId>com.aliyun</groupId>
<artifactId>aliyun-java-sdk-core</artifactId> <artifactId>aliyun-java-sdk-core</artifactId>
<version>${aliyun-java.version}</version> <version>${aliyun-java.version}</version>
</dependency> </dependency>
<!--系统监控--> <!-- 系统监控 -->
<dependency> <dependency>
<groupId>com.github.oshi</groupId> <groupId>com.github.oshi</groupId>
<artifactId>oshi-core</artifactId> <artifactId>oshi-core</artifactId>