Skip to content

Commit

Permalink
Merge branch '1.0.x' into dev
Browse files Browse the repository at this point in the history
# Conflicts:
#	README.md
#	continew-admin-ui/package.json
#	continew-admin-webapi/src/main/resources/application.yml
#	pom.xml
  • Loading branch information
Charles7c committed Aug 17, 2023
2 parents 76622c2 + 2b22c59 commit 107c10c
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 38 deletions.
26 changes: 24 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,26 @@
# v1.0.0 (2023-03-26)
## v1.0.1 (2023-08-17)

### 💎 功能优化

- 优化根据 ID 查询用户昵称方法 ([4a8af1f](https://github.com/Charles7c/continew-admin/commit/4a8af1f72d9249afa1c013e08674f492f453b020))
- 优化 BaseController 中部分权限码的使用 ([b0b1127](https://github.com/Charles7c/continew-admin/commit/b0b1127b5bd39e9bc431e9fa9c86201bbc18e891))
- 优化分页总记录数数据类型 ([76f04dd](https://github.com/Charles7c/continew-admin/commit/76f04dd38f90aad6abf82d2dccba031d4d9108cf))
- 优化通用查询注解解析器 ([a623acd](https://github.com/Charles7c/continew-admin/commit/a623acd4a5529ae42898ec359f595716acc5bab8)) ([b632c18](https://github.com/Charles7c/continew-admin/commit/b632c183994ac71382180a38bf7bdb7a6315c1e6))
- 优化数据库表结构中部分类型长度 ([f3fabea](https://github.com/Charles7c/continew-admin/commit/f3fabea7dd736d94badecbc08091eec6274f5fb7))
- 使用常量优化部分魔法值 ([e6f7429](https://github.com/Charles7c/continew-admin/commit/e6f7429fa30cbc87c03a073a53b6f7df24d33d8d))
- 优化部分 Properties 用法 ([48de2e8](https://github.com/Charles7c/continew-admin/commit/48de2e85e0fbf60f10769cd3529f79ac3c531e92))

### 🐛 问题修复

- 修复获取字典参数为空时的判断条件 ([#6](https://github.com/Charles7c/continew-admin/pull/6)) ([104f69e](https://github.com/Charles7c/continew-admin/commit/104f69e8a09ce36163f6f9680b2d8d61bb45f11a))
- 完善查询用户数据权限 ([026247f](https://github.com/Charles7c/continew-admin/commit/026247f677110ae199124a67c68503729cbaec92))
- 解决 IDE 报 Delete ␍ eslint(prettier/prettier) 警告的问题 ([8743ed1](https://github.com/Charles7c/continew-admin/commit/8743ed14d927ab52814ed5f5f166afaa7a6b78b2))
- 修复分页查询条件默认值未生效的问题 ([2d2a7e7](https://github.com/Charles7c/continew-admin/commit/2d2a7e7c8e31763ac3ea514d8a92c3938376dd3a))
- 完善各模块事务注解 ([18c54a7](https://github.com/Charles7c/continew-admin/commit/18c54a74fc6ff0650ff53eeadc094d7e1df0b0a5))
- 修复邮箱健康检查报错问题并优化部分配置写法 ([5968f40](https://github.com/Charles7c/continew-admin/commit/5968f402ed478244d36f5825373190ed00d8c1f1))
- 完善各模块参数校验 ([8b955a0](https://github.com/Charles7c/continew-admin/commit/8b955a0b1bde4e8959fc0dfbc11a326d9eec0b45))

## v1.0.0 (2023-03-26)

### ✨ 新特性

Expand All @@ -7,4 +29,4 @@
* 部门管理:可配置系统组织架构,树形表格展示
* 菜单管理:已实现菜单动态路由,后端可配置化,支持多级菜单
* 在线用户:管理当前登录用户,可一键踢下线
* 日志管理:提供在线用户监控、登录日志监控、操作日志监控和系统日志监控等监控功能
* 日志管理:提供在线用户监控、登录日志监控、操作日志监控和系统日志监控等监控功能
39 changes: 3 additions & 36 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<img src="https://gitee.com/Charles7c/continew-admin/badge/fork.svg?theme=white" alt="Gitee forks" />
</a>

📚 [在线文档](https://doc.charles7c.top) | ✨ [提交需求](https://doc.charles7c.top/require) | 🚀 [演示地址](https://cnadmin.charles7c.top)(账号/密码:admin/admin123)
📚 [在线文档](https://doc.charles7c.top) | ✨ [提交需求](https://doc.charles7c.top/require.html) | 🚀 [演示地址](https://cnadmin.charles7c.top)(账号/密码:admin/admin123)

## 简介

Expand Down Expand Up @@ -48,40 +48,7 @@ ContiNew Admin 中后台管理框架/脚手架,Continue New Admin,持续以

## 系统功能

> v1.x 开发和 v2.x 开发同步进行中。小步快跑,快速迭代。
>
> 详细进度请查看 <a href="https://github.com/Charles7c/continew-admin/projects" target="_blank">GitHub Project</a>
**v2.0.0:** :fire: 升级并适配 Spring Boot 3.x。

- [x] 依赖升级:升级并适配 Spring Boot 3.x
- [x] 依赖升级:其他依赖升级
- [x] 适配 Java 8 => Java 17 新 API 及特性
- [ ] 计划对接 <a href="https://gitee.com/aizuda/flowlong" target="_blank">FlowLong</a> 纯国产工作流引擎
- [ ] 其他需求汇集中...

**v1.2.0:** 第三方服务支持。

- [ ] 文件管理:提供 OSS 及本地文件管理
- [ ] 支持第三方登录
- [ ] 支持 SMS
- [x] 文档:整理使用文档,创建文档站点
- [ ] 依赖升级:升级至最新 Spring Boot 2.x 版本
- [ ] 依赖升级:其他依赖升级
- [ ] 其他需求汇集中...

**v1.1.0:** 丰富中后台管理框架/脚手架的基础功能。

- [ ] 代码生成:高灵活度生成前后端代码,减少大量重复的工作任务
- [ ] 公告管理:提供系统公告的发布和维护功能
- [ ] 通知管理:提供系统通知管理,设为已读、未读
- [ ] 仪表盘优化:各区块数据动态渲染
- [ ] 网站配置:支持配置系统网站标题、网站 Logo、favicon、版权信息等
- [x] 依赖升级:升级至最新 Spring Boot 2.x 版本
- [x] 依赖升级:其他依赖升级
- [ ] 其他需求汇集中...

**v1.0.0:** 初步完成中后台管理框架/脚手架的基础功能。
> 更多功能和优化正在赶来💦,最新项目计划和进展请关注 [GitHub Project](https://github.com/Charles7c/continew-admin/projects)
- 用户管理:提供用户的相关配置,新增用户后,默认密码为 123456
- 角色管理:对权限与菜单进行分配,可根据部门设置角色的数据权限
Expand Down Expand Up @@ -416,7 +383,7 @@ pnpm dev

💬 非常欢迎各位小伙伴儿在 Issues、Discussions 中进行交流探讨~

💬 也欢迎各位小伙伴儿扫码加作者好友(请备注:cnadmin),作者拉你进群,现有作者(群主)及 7 位群友,随意聊聊技术、提提需求,吐吐槽~
💬 也欢迎各位小伙伴儿扫码加作者好友(请备注:cnadmin),作者拉你进群,随意聊聊技术、提提需求,吐吐槽~

<div align="left">
<img src="https://s1.ax1x.com/2023/03/09/ppnhe0A.jpg" alt="二维码" width="200" />
Expand Down

0 comments on commit 107c10c

Please sign in to comment.