mirror of
				https://github.com/continew-org/continew-admin.git
				synced 2025-11-04 10:57:10 +08:00 
			
		
		
		
	docs: 完善 README 文档
This commit is contained in:
		@@ -508,7 +508,9 @@ ContiNew Admin 的分支目前分为下个大版本的开发分支和上个大
 | 
				
			|||||||
- 感谢 <a href="https://www.jetbrains.com/" target="_blank">JetBrains</a> 提供的 <a href="https://www.jetbrains.com/shop/eform/opensource" target="_blank">非商业开源软件开发授权</a> 
 | 
					- 感谢 <a href="https://www.jetbrains.com/" target="_blank">JetBrains</a> 提供的 <a href="https://www.jetbrains.com/shop/eform/opensource" target="_blank">非商业开源软件开发授权</a> 
 | 
				
			||||||
- 感谢 <a href="http://pro.arco.design/" target="_blank">Arco Design Pro</a> 开箱即用的中后台前端解决方案
 | 
					- 感谢 <a href="http://pro.arco.design/" target="_blank">Arco Design Pro</a> 开箱即用的中后台前端解决方案
 | 
				
			||||||
- 感谢 <a href="https://github.com/baomidou/mybatis-plus" target="_blank">MyBatis Plus</a>、<a href="https://github.com/dromara/sa-token" target="_blank">Sa-Token</a> 、<a href="https://github.com/alibaba/easyexcel" target="_blank">Easy Excel</a>、<a href="https://github.com/xiaoymin/knife4j" target="_blank">Knife4j</a>、<a href="https://github.com/dromara/hutool" target="_blank">Hutool</a> 等国产开源组件作者为国内开源世界作出的贡献
 | 
					- 感谢 <a href="https://github.com/baomidou/mybatis-plus" target="_blank">MyBatis Plus</a>、<a href="https://github.com/dromara/sa-token" target="_blank">Sa-Token</a> 、<a href="https://github.com/alibaba/easyexcel" target="_blank">Easy Excel</a>、<a href="https://github.com/xiaoymin/knife4j" target="_blank">Knife4j</a>、<a href="https://github.com/dromara/hutool" target="_blank">Hutool</a> 等国产开源组件作者为国内开源世界作出的贡献
 | 
				
			||||||
- 感谢 <a href="https://github.com/elunez/eladmin" target="_blank">ELADMIN</a>、<a href="https://github.com/dromara/RuoYi-Vue-Plus" target="_blank">RuoYi-Vue-Plus</a>、<a href="https://github.com/yangzongzhuan/RuoYi-Vue3" target="_blank">RuoYi-Vue3</a> 提供的诸多成熟方案,致敬各位作者为开源脚手架领域作出的贡献
 | 
					- 感谢 <a href="https://github.com/yangzongzhuan/RuoYi-Vue3" target="_blank">RuoYi-Vue3</a>、<a href="https://github.com/dromara/RuoYi-Vue-Plus" target="_blank">RuoYi-Vue-Plus</a>,致敬各位作者为开源脚手架领域作出的贡献
 | 
				
			||||||
 | 
					  - e.g. 参考 RuoYi-Vue3 前端项目的 Vue3 编码风格和规范
 | 
				
			||||||
 | 
					  - e.g. 使用 RuoYi-Vue-Plus 项目封装的 SaToken 相关认证鉴权配置等
 | 
				
			||||||
- 感谢项目使用或未使用到的每一款开源组件,致敬各位开源先驱 :fire:
 | 
					- 感谢项目使用或未使用到的每一款开源组件,致敬各位开源先驱 :fire:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## License
 | 
					## License
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -51,7 +51,7 @@ import top.charles7c.continew.starter.core.util.ExceptionUtils;
 | 
				
			|||||||
 * 全局异常处理器
 | 
					 * 全局异常处理器
 | 
				
			||||||
 *
 | 
					 *
 | 
				
			||||||
 * @author Charles7c
 | 
					 * @author Charles7c
 | 
				
			||||||
 * @author Lion Li(RuoYi-Vue-Plus)
 | 
					 * @author Lion Li(<a href="https://gitee.com/dromara/RuoYi-Vue-Plus">RuoYi-Vue-Plus</a>)
 | 
				
			||||||
 * @since 2022/12/21 21:01
 | 
					 * @since 2022/12/21 21:01
 | 
				
			||||||
 */
 | 
					 */
 | 
				
			||||||
@Slf4j
 | 
					@Slf4j
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -31,7 +31,7 @@ import top.charles7c.continew.starter.core.constant.StringConstants;
 | 
				
			|||||||
/**
 | 
					/**
 | 
				
			||||||
 * Stream 工具类
 | 
					 * Stream 工具类
 | 
				
			||||||
 *
 | 
					 *
 | 
				
			||||||
 * @author Lion Li(RuoYi-Vue-Plus)
 | 
					 * @author Lion Li(<a href="https://gitee.com/dromara/RuoYi-Vue-Plus">RuoYi-Vue-Plus</a>)
 | 
				
			||||||
 * @author Charles7c
 | 
					 * @author Charles7c
 | 
				
			||||||
 * @since 2022/12/22 19:51
 | 
					 * @since 2022/12/22 19:51
 | 
				
			||||||
 */
 | 
					 */
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -42,7 +42,7 @@ import top.charles7c.continew.starter.core.util.ExceptionUtils;
 | 
				
			|||||||
 * 登录助手
 | 
					 * 登录助手
 | 
				
			||||||
 *
 | 
					 *
 | 
				
			||||||
 * @author Charles7c
 | 
					 * @author Charles7c
 | 
				
			||||||
 * @author Lion Li(RuoYi-Vue-Plus)
 | 
					 * @author Lion Li(<a href="https://gitee.com/dromara/RuoYi-Vue-Plus">RuoYi-Vue-Plus</a>)
 | 
				
			||||||
 * @since 2022/12/24 12:58
 | 
					 * @since 2022/12/24 12:58
 | 
				
			||||||
 */
 | 
					 */
 | 
				
			||||||
@NoArgsConstructor(access = AccessLevel.PRIVATE)
 | 
					@NoArgsConstructor(access = AccessLevel.PRIVATE)
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -27,7 +27,7 @@ import top.charles7c.cnadmin.common.util.helper.LoginHelper;
 | 
				
			|||||||
/**
 | 
					/**
 | 
				
			||||||
 * Sa-Token 权限认证适配
 | 
					 * Sa-Token 权限认证适配
 | 
				
			||||||
 *
 | 
					 *
 | 
				
			||||||
 * @author Lion Li(RuoYi-Vue-Plus)
 | 
					 * @author Lion Li(<a href="https://gitee.com/dromara/RuoYi-Vue-Plus">RuoYi-Vue-Plus</a>)
 | 
				
			||||||
 * @author Charles7c
 | 
					 * @author Charles7c
 | 
				
			||||||
 * @since 2023/3/1 22:28
 | 
					 * @since 2023/3/1 22:28
 | 
				
			||||||
 */
 | 
					 */
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -29,7 +29,7 @@ import top.charles7c.continew.starter.cache.redisson.util.RedisUtils;
 | 
				
			|||||||
/**
 | 
					/**
 | 
				
			||||||
 * Sa-Token 持久层本地 Redis 适配(参考:Sa-Token/sa-token-plugin/sa-token-dao-redisx/SaTokenDaoOfRedis.java)
 | 
					 * Sa-Token 持久层本地 Redis 适配(参考:Sa-Token/sa-token-plugin/sa-token-dao-redisx/SaTokenDaoOfRedis.java)
 | 
				
			||||||
 *
 | 
					 *
 | 
				
			||||||
 * @author Lion Li(RuoYi-Vue-Plus)
 | 
					 * @author Lion Li(<a href="https://gitee.com/dromara/RuoYi-Vue-Plus">RuoYi-Vue-Plus</a>)
 | 
				
			||||||
 * @author Charles7c
 | 
					 * @author Charles7c
 | 
				
			||||||
 * @since 2022/12/28 22:55
 | 
					 * @since 2022/12/28 22:55
 | 
				
			||||||
 */
 | 
					 */
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -44,7 +44,7 @@ import top.charles7c.continew.starter.core.constant.StringConstants;
 | 
				
			|||||||
 * 在线用户业务实现
 | 
					 * 在线用户业务实现
 | 
				
			||||||
 *
 | 
					 *
 | 
				
			||||||
 * @author Charles7c
 | 
					 * @author Charles7c
 | 
				
			||||||
 * @author Lion Li(RuoYi-Vue-Plus)
 | 
					 * @author Lion Li(<a href="https://gitee.com/dromara/RuoYi-Vue-Plus">RuoYi-Vue-Plus</a>)
 | 
				
			||||||
 * @since 2023/3/25 22:49
 | 
					 * @since 2023/3/25 22:49
 | 
				
			||||||
 */
 | 
					 */
 | 
				
			||||||
@Service
 | 
					@Service
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user