File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed
htmx-spring-boot/src/test/java/io/github/wimdeblauwe/htmx/spring/boot/mvc Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change 55import org .springframework .boot .SpringApplication ;
66import org .springframework .boot .autoconfigure .SpringBootApplication ;
77import org .springframework .boot .resttestclient .autoconfigure .AutoConfigureRestTestClient ;
8- import org .springframework .boot .security .autoconfigure .SecurityAutoConfiguration ;
9- import org .springframework .boot .security .autoconfigure .UserDetailsServiceAutoConfiguration ;
10- import org .springframework .boot .security .autoconfigure .actuate .web .servlet .ManagementWebSecurityAutoConfiguration ;
11- import org .springframework .boot .security .autoconfigure .web .servlet .SecurityFilterAutoConfiguration ;
128import org .springframework .boot .security .autoconfigure .web .servlet .ServletWebSecurityAutoConfiguration ;
139import org .springframework .boot .test .context .SpringBootTest ;
1410import org .springframework .context .annotation .Import ;
15- import org .springframework .security .test .context .support .WithAnonymousUser ;
1611import org .springframework .security .test .context .support .WithMockUser ;
17- import org .springframework .security .test .context .support .WithSecurityContext ;
18- import org .springframework .security .test .context .support .WithUserDetails ;
1912import org .springframework .stereotype .Controller ;
2013import org .springframework .test .web .servlet .client .RestTestClient ;
2114import org .springframework .web .bind .annotation .GetMapping ;
You can’t perform that action at this time.
0 commit comments