mirror of
https://github.com/chillzhuang/blade-tool
synced 2025-03-13 09:07:23 +08:00
🎉 4.5.0.RELEASE 底层优化与代码简化
This commit is contained in:
parent
edc802d032
commit
0d8accc18f
@ -129,7 +129,7 @@ public class TencentCosTemplate implements OssTemplate {
|
||||
* 文件对象
|
||||
*
|
||||
* @param file 上传文件类
|
||||
* @return
|
||||
* @return BladeFile
|
||||
*/
|
||||
@Override
|
||||
@SneakyThrows
|
||||
@ -140,7 +140,7 @@ public class TencentCosTemplate implements OssTemplate {
|
||||
/**
|
||||
* @param fileName 上传文件名
|
||||
* @param file 上传文件类
|
||||
* @return
|
||||
* @return BladeFile
|
||||
*/
|
||||
@Override
|
||||
@SneakyThrows
|
||||
|
5
pom.xml
5
pom.xml
@ -621,7 +621,7 @@
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-javadoc-plugin</artifactId>
|
||||
<version>2.9.1</version>
|
||||
<version>2.10.1</version>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
@ -690,6 +690,9 @@
|
||||
</goals>
|
||||
</execution>
|
||||
</executions>
|
||||
<configuration>
|
||||
<failOnError>false</failOnError>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<!-- GPG -->
|
||||
<plugin>
|
||||
|
Loading…
x
Reference in New Issue
Block a user