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