All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.heanbian.boot.autoconfigure.jwt.JwtAutoConfiguration Maven / Gradle / Ivy

There is a newer version: 20200807
Show newest version
package com.heanbian.boot.autoconfigure.jwt;

import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;

import com.heanbian.block.jwt.JwtTemplate;

@Configuration
public class JwtAutoConfiguration {

	@Bean
	public JwtTemplate jwtTemplate() {
		return new JwtTemplate();
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy