Browse Source

上传文件保存

feature-1.0-img-prototype
qyhdd 4 years ago
parent
commit
e8087e3409
  1. 1
      bnyer-services/bnyer-file/src/main/java/com/bnyer/file/BnyerFileApplication.java

1
bnyer-services/bnyer-file/src/main/java/com/bnyer/file/BnyerFileApplication.java

@ -16,7 +16,6 @@ import org.springframework.cloud.openfeign.EnableFeignClients;
@EnableCustomSwagger2 @EnableCustomSwagger2
@EnableRyFeignClients @EnableRyFeignClients
@SpringBootApplication(exclude = {DataSourceAutoConfiguration.class }) @SpringBootApplication(exclude = {DataSourceAutoConfiguration.class })
@EnableFeignClients(basePackages = "com.bnyer.img.api")
public class BnyerFileApplication public class BnyerFileApplication
{ {
public static void main(String[] args) public static void main(String[] args)

Loading…
Cancel
Save