最新代码

This commit is contained in:
admin
2024-05-06 10:20:46 +08:00
parent a0cd0312a5
commit 2919029b81
126 changed files with 5276 additions and 1137 deletions

View File

@@ -22,7 +22,7 @@ public class OssProperties implements InitializingBean {
public String bucketName;
@Override
public void afterPropertiesSet() throws Exception {
public void afterPropertiesSet() {
ENDPOINT = getEndpoint();
KEY_ID = getAccessKeyId();
KEY_SECRET = getAccessKeySecret();