修改了pom依赖结构
This commit is contained in:
@ -8,7 +8,7 @@
|
||||
<groupId>com.chinaunicom.ebtp</groupId>
|
||||
<artifactId>mall-ebtp-cloud-parent</artifactId>
|
||||
<version>0.0.1</version>
|
||||
<relativePath/>
|
||||
<relativePath>../mall-ebtp-cloud-parent</relativePath>
|
||||
</parent>
|
||||
<groupId>com.chinaunicom.ebtp</groupId>
|
||||
<artifactId>mall-ebtp-cloud-fileupload-starter</artifactId>
|
||||
@ -16,6 +16,10 @@
|
||||
<name>mall-ebtp-cloud-fileupload-starter</name>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-starter</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>cn.chinaunicom.sdsi</groupId>
|
||||
<artifactId>unifast-storage</artifactId>
|
||||
|
@ -6,5 +6,4 @@ import org.springframework.context.annotation.PropertySource;
|
||||
@Configuration
|
||||
@PropertySource("classpath:fileupload-configuration.properties")
|
||||
public class FileuploadStarterConfiguration {
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user