Swagger ui works needs refactor to be done

This commit is contained in:
BuildTools
2020-11-04 15:09:44 +01:00
parent 1a30ac3374
commit ba26d67cd4
3 changed files with 39 additions and 10 deletions

View File

@ -12,7 +12,6 @@ import org.springframework.security.web.AuthenticationEntryPoint;
import org.springframework.security.web.util.matcher.AntPathRequestMatcher;
import org.springframework.security.web.util.matcher.OrRequestMatcher;
import org.springframework.security.web.util.matcher.RequestMatcher;
import org.springframework.web.servlet.config.annotation.EnableWebMvc;
import org.springframework.http.HttpStatus;
import org.springframework.security.web.authentication.AnonymousAuthenticationFilter;
import org.springframework.security.web.authentication.HttpStatusEntryPoint;