docs: 完善 README 文档

This commit is contained in:
Charles7c 2023-11-25 21:11:54 +08:00
parent 3236f3c094
commit c09aa8771b
7 changed files with 9 additions and 7 deletions

View File

@ -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

View File

@ -51,7 +51,7 @@ import top.charles7c.continew.starter.core.util.ExceptionUtils;
* 全局异常处理器 * 全局异常处理器
* *
* @author Charles7c * @author Charles7c
* @author Lion LiRuoYi-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

View File

@ -31,7 +31,7 @@ import top.charles7c.continew.starter.core.constant.StringConstants;
/** /**
* Stream 工具类 * Stream 工具类
* *
* @author Lion LiRuoYi-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
*/ */

View File

@ -42,7 +42,7 @@ import top.charles7c.continew.starter.core.util.ExceptionUtils;
* 登录助手 * 登录助手
* *
* @author Charles7c * @author Charles7c
* @author Lion LiRuoYi-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)

View File

@ -27,7 +27,7 @@ import top.charles7c.cnadmin.common.util.helper.LoginHelper;
/** /**
* Sa-Token 权限认证适配 * Sa-Token 权限认证适配
* *
* @author Lion LiRuoYi-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
*/ */

View File

@ -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 LiRuoYi-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
*/ */

View File

@ -44,7 +44,7 @@ import top.charles7c.continew.starter.core.constant.StringConstants;
* 在线用户业务实现 * 在线用户业务实现
* *
* @author Charles7c * @author Charles7c
* @author Lion LiRuoYi-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