parent
5af36c1ac3
commit
61dee2a42b
|
@ -1,7 +1,6 @@
|
|||
package com.dispose.config;
|
||||
package com.dispose.interceptor;
|
||||
|
||||
import com.dispose.common.AuthConfigValue;
|
||||
import com.dispose.interceptor.TokenInterceptor;
|
||||
import lombok.Getter;
|
||||
import lombok.Setter;
|
||||
import org.springframework.boot.context.properties.ConfigurationProperties;
|
||||
|
@ -24,7 +23,7 @@ import java.util.Optional;
|
|||
@Component
|
||||
@ConfigurationProperties(prefix = "auth")
|
||||
@Configuration
|
||||
public class AuthConfigure implements WebMvcConfigurer {
|
||||
public class AuthConfigureFilter implements WebMvcConfigurer {
|
||||
/**
|
||||
* The Token timeout minute.
|
||||
*/
|
Loading…
Reference in New Issue