mirror of
				https://gitee.com/hhyykk/ipms-sjy.git
				synced 2025-10-29 01:08:43 +08:00 
			
		
		
		
	1. 修改在线会话的实现
2. 接入到会员管理 OAuth2.0
This commit is contained in:
		| @@ -21,11 +21,11 @@ | ||||
|     <url>https://github.com/YunaiV/ruoyi-vue-pro</url> | ||||
|  | ||||
|     <dependencies> | ||||
| <!--        <dependency>--> | ||||
| <!--            <groupId>cn.iocoder.boot</groupId>--> | ||||
| <!--            <artifactId>yudao-module-member-biz</artifactId>--> | ||||
| <!--            <version>${revision}</version>--> | ||||
| <!--        </dependency>--> | ||||
|         <dependency> | ||||
|             <groupId>cn.iocoder.boot</groupId> | ||||
|             <artifactId>yudao-module-member-biz</artifactId> | ||||
|             <version>${revision}</version> | ||||
|         </dependency> | ||||
|         <dependency> | ||||
|             <groupId>cn.iocoder.boot</groupId> | ||||
|             <artifactId>yudao-module-system-biz</artifactId> | ||||
|   | ||||
| @@ -173,8 +173,6 @@ wx: # 参见 https://github.com/Wechat-Group/WxJava/blob/develop/spring-boot-sta | ||||
| yudao: | ||||
|   security: | ||||
|     token-header: Authorization | ||||
|     token-timeout: 1d | ||||
|     session-timeout: 30m | ||||
|     mock-enable: true | ||||
|     mock-secret: test | ||||
|   xss: | ||||
|   | ||||
| @@ -193,8 +193,6 @@ yudao: | ||||
|     enable: false # 本地环境,暂时关闭图片验证码,方便登录等接口的测试 | ||||
|   security: | ||||
|     token-header: Authorization | ||||
|     token-timeout: 1d | ||||
|     session-timeout: 1d | ||||
|     mock-enable: true | ||||
|     mock-secret: test | ||||
|   xss: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 YunaiV
					YunaiV