File tree Expand file tree Collapse file tree
src/main/java/eu/openanalytics/containerproxy Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4545import org .springframework .boot .autoconfigure .SpringBootApplication ;
4646import org .springframework .boot .autoconfigure .condition .ConditionalOnMissingBean ;
4747import org .springframework .boot .autoconfigure .condition .ConditionalOnProperty ;
48+ import org .springframework .boot .autoconfigure .security .servlet .UserDetailsServiceAutoConfiguration ;
4849import org .springframework .boot .web .embedded .undertow .UndertowServletWebServerFactory ;
4950import org .springframework .boot .web .server .PortInUseException ;
5051import org .springframework .boot .web .servlet .FilterRegistrationBean ;
7778
7879@ EnableScheduling
7980@ EnableAsync
80- @ SpringBootApplication
81+ @ SpringBootApplication ( exclude = { UserDetailsServiceAutoConfiguration . class })
8182@ ComponentScan ("eu.openanalytics" )
8283public class ContainerProxyApplication {
8384 public static final String CONFIG_FILENAME = "application.yml" ;
You can’t perform that action at this time.
0 commit comments