|
|
@@ -34,7 +34,7 @@ public class OSSFileService {
|
|
|
* 日志对象
|
|
|
*/
|
|
|
private static Logger logger = Logger.getLogger(OSSFileService.class);
|
|
|
- private static final String projectName = PropertiesFileLoader.getProperties("projectname");
|
|
|
+ private static final String projectName = "files";
|
|
|
|
|
|
public String uploadOss(InputStream fin, String path) {
|
|
|
if (path.startsWith("/")) {
|