Skip to content

Commit b53f3ef

Browse files
author
phasenraum2010
committed
ongoing work on #34 #39
1 parent 299dc11 commit b53f3ef

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

defcon-local-neo4j/src/main/java/org/woehlke/humanrights/digital/defense/defcon1/config/WebMvcWebSecurityConfig.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
import org.springframework.boot.context.properties.EnableConfigurationProperties;
55
import org.springframework.context.annotation.Bean;
66
import org.springframework.context.annotation.Configuration;
7+
import org.springframework.data.web.config.EnableSpringDataWebSupport;
78
import org.springframework.security.config.annotation.authentication.builders.AuthenticationManagerBuilder;
89
import org.springframework.security.config.annotation.web.builders.HttpSecurity;
910
import org.springframework.security.config.annotation.web.configuration.EnableWebSecurity;
@@ -33,7 +34,7 @@
3334
@EnableWebMvc
3435
@EnableWebSecurity
3536
@EnableRedisHttpSession
36-
//@EnableSpringDataWebSupport
37+
@EnableSpringDataWebSupport
3738
@EnableConfigurationProperties({
3839
//AllProperties.class,
3940
//StorageProperties.class,

0 commit comments

Comments
 (0)