其他分享
首页 > 其他分享> > SpringSecurity单体项目最佳实践

SpringSecurity单体项目最佳实践

作者:互联网

SpringSecurity单体项目最佳实践
1、搭建环境

2、简单使用


xml
		<dependency>
			<groupId>org.springframework.boot</groupId>
			<artifactId>spring-boot-starter-security</artifactId>
		</dependency>

然后启动项目即可: