Partial migration of mail
This commit is contained in:
@@ -21,7 +21,7 @@ import static org.springframework.security.config.Customizer.withDefaults;
|
||||
|
||||
@SpringBootApplication
|
||||
@EnableWebSecurity
|
||||
@ImportResource(value = {"classpath:spring/wisemapping-service.xml"})
|
||||
//@ImportResource(value = {"classpath:spring/wisemapping-rest.xml"})
|
||||
@ComponentScan({"com.wisemapping.rest"})
|
||||
public class RestAppConfig {
|
||||
@Bean
|
||||
@@ -55,4 +55,5 @@ public class RestAppConfig {
|
||||
return http.build();
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user