We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fce725 commit 94ac4aaCopy full SHA for 94ac4aa
1 file changed
clokey-api/src/main/java/org/clokey/global/config/security/SecurityConfig.java
@@ -9,8 +9,8 @@
9
import org.clokey.domain.auth.service.JwtTokenService;
10
import org.clokey.global.security.AppleAwareOAuth2AuthorizationRequestResolver;
11
import org.clokey.global.security.JwtAuthenticationFilter;
12
-import org.springframework.beans.factory.annotation.Value;
13
import org.clokey.global.security.SwaggerBasicAuthenticationFilter;
+import org.springframework.beans.factory.annotation.Value;
14
import org.springframework.context.annotation.Bean;
15
import org.springframework.context.annotation.Configuration;
16
import org.springframework.security.config.annotation.web.builders.HttpSecurity;
0 commit comments