01-spring boot 2.6.2 spring security 集成

家电修理 2023-07-16 19:16www.caominkang.com电器维修

01-spring boot 2.6.2 spring security 集成

更多关注JeeGit 5.0 企业级快速开发平台

在spring boot 项目中引入 spring security 的模块
	
		.springframeork.boot
		spring-boot-starter-security
	

完整代码如下



	4.0.0
	
		.godzt
		jeegit-meta
		5.0.1-SNAPSHOT
		../meta/pom.xml
		
		
		
		
		
		


	


	jeegit-basic
	jar


	jeegit basic
	https://.jeegit.
	jeegit basic for eb application 
	2022-No


	


	


		
		
			.godzt
			jeegit-mon
			${project.parent.version}
		

		
		
			.godzt
			jeegit-frameork-basicinfo
			${project.parent.version}
		

		
			.springframeork.boot
			spring-boot-starter-security
		
	


	
		
			
				.springframeork.boot
				spring-boot-maven-plugin
			

			
			
				.apache.maven.plugins
				maven-surefire-plugin
				
					true
				
			
			

		
	


	
		
			taoist-info
			hailu Yao
			admin at jeegit.
			
				Project lead
			
			+8
		


	

	
		GodZT
		https://.godzt.
	



创建一个ebcontroller 类,内置一个请求。
package .godzt.jeegit.eb;


import .springframeork.eb.bind.annotation.RequestMapping;
import .springframeork.eb.bind.annotation.RestController;

@RestController
@RequestMapping(value="")
public class HelloWorld {

	
	@RequestMapping(value="")
	public String demo()
	{
		return "hello orld";
	}
}

启动spring boot

控制台会打印 默认分配的用户名密码

Using generated security passord: 055f1b98-32e9-4f64-ac52-595baa5ada2d

则 默认的用户名是 user 密码见 控制台

http://localhost:8080/login 登录地址

http://localhost:8080/ogout 退出地址

更多关注JeeGit 5.0 企业级快速开发平台

Copyright © 2016-2025 www.caominkang.com 曹敏电脑维修网 版权所有 Power by