mirror of
				https://github.com/continew-org/continew-starter.git
				synced 2025-10-31 10:57:15 +08:00 
			
		
		
		
	build: 调整 sa-token 版本锁定为 bom 方式(PR by iang4yu)
This commit is contained in:
		| @@ -137,14 +137,10 @@ | |||||||
|             <!-- Sa-Token(轻量级 Java 权限认证框架,让鉴权变得简单、优雅) --> |             <!-- Sa-Token(轻量级 Java 权限认证框架,让鉴权变得简单、优雅) --> | ||||||
|             <dependency> |             <dependency> | ||||||
|                 <groupId>cn.dev33</groupId> |                 <groupId>cn.dev33</groupId> | ||||||
|                 <artifactId>sa-token-spring-boot3-starter</artifactId> |                 <artifactId>sa-token-bom</artifactId> | ||||||
|                 <version>${sa-token.version}</version> |  | ||||||
|             </dependency> |  | ||||||
|             <!-- Sa-Token 整合 JWT --> |  | ||||||
|             <dependency> |  | ||||||
|                 <groupId>cn.dev33</groupId> |  | ||||||
|                 <artifactId>sa-token-jwt</artifactId> |  | ||||||
|                 <version>${sa-token.version}</version> |                 <version>${sa-token.version}</version> | ||||||
|  |                 <type>pom</type> | ||||||
|  |                 <scope>import</scope> | ||||||
|             </dependency> |             </dependency> | ||||||
|  |  | ||||||
|             <!-- Just Auth(开箱即用的整合第三方登录的开源组件,脱离繁琐的第三方登录 SDK,让登录变得 So easy!) --> |             <!-- Just Auth(开箱即用的整合第三方登录的开源组件,脱离繁琐的第三方登录 SDK,让登录变得 So easy!) --> | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user