We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f53f44c commit 7f10489Copy full SHA for 7f10489
ServiceA/src/main/java/com/servicea/ServiceAMain.java
@@ -4,15 +4,9 @@
4
import io.swagger.v3.oas.models.info.Info;
5
import org.springframework.boot.SpringApplication;
6
import org.springframework.boot.autoconfigure.SpringBootApplication;
7
-import org.springframework.boot.web.servlet.FilterRegistrationBean;
8
import org.springframework.context.annotation.Bean;
9
-import org.springframework.context.annotation.ComponentScan;
10
-import org.springframework.context.annotation.ComponentScans;
11
-import org.springframework.core.Ordered;
12
import org.springframework.web.filter.ForwardedHeaderFilter;
13
14
-import javax.servlet.DispatcherType;
15
-import java.util.List;
16
17
@SpringBootApplication
18
public class ServiceAMain {
0 commit comments