
com.itxiaoer.commons.jwt.JwtConfiguration Maven / Gradle / Ivy
The newest version!
package com.itxiaoer.commons.jwt;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
/**
* @author : liuyk
*/
@Configuration
public class JwtConfiguration {
@Bean
public JwtBuilder jwtTokenUtil() {
return new JwtBuilder();
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy