Unclaimed project
Are you a maintainer of hsweb-framework? Claim this project to take control of your public changelog and roadmap.
Claim this projectChangelog
hsweb-framework
hsweb (haʊs wɛb) 是一个基于spring-boot 2.x开发 ,首个使用全响应式编程的企业级后台管理系统基础项目。
hswebjavajava8javawebmybatisr2dbc+4
Last updated 7 days ago
Back to changelogWhat's Changed
- feat(数据字典): 添加详情查询接口 by @goten7 in https://github.com/hs-web/hsweb-framework/pull/221
- refactor: 优化树结构实体类的保存逻辑和性能 by @zhou-hao in https://github.com/hs-web/hsweb-framework/pull/223
- fix(基础功能): 解决根节点id可能为空的问题 by @kyouji in https://github.com/hs-web/hsweb-framework/pull/224
- fix: 修复QueryHelper执行原生sql查询时,join使用子查询会出现column not found错误. by @zhou-hao in https://github.com/hs-web/hsweb-framework/pull/225
- fix: 修复QueryHelper执行原生sql查询时,使用函数时可能NPE错误问题. by @zhou-hao in https://github.com/hs-web/hsweb-framework/pull/226
- refactor: 优化树结构实体校验,统一交给ValidateEventListener进行校验. by @zhou-hao in https://github.com/hs-web/hsweb-framework/pull/227
- fix: 修复QueryHelper子查询中无法使用预编译参数问题. by @zhou-hao in https://github.com/hs-web/hsweb-framework/pull/228
- fix: 修复AuthorizationFailedEvent设置exception无效. by @zhou-hao in https://github.com/hs-web/hsweb-framework/pull/229
- feat: 增加QueryHelper执行原生查询对with语句的支持. by @zhou-hao in https://github.com/hs-web/hsweb-framework/pull/230
- fix(枚举字典): 优化反序列化的空值判断 by @kyouji in https://github.com/hs-web/hsweb-framework/pull/232
- fix(数据字典): 删除错误依赖 by @goten7 in https://github.com/hs-web/hsweb-framework/pull/234
- feat: QueryHelper增加通用分页查询工具方法 by @zhou-hao in https://github.com/hs-web/hsweb-framework/pull/237
More Java Projects
hello-algo
《Hello 算法》:动画图解、一键运行的数据结构与算法教程。支持简中、繁中、English、日本語,提供 Python, Java, C++, C, C#, JS, Go, Swift, Rust, Ruby, Kotlin, TS, Dart 等代码实现
124.1k Javamall
mall项目是一套电商系统,包括前台商城系统及后台管理系统,基于Spring Boot+MyBatis实现,采用Docker容器化部署。 前台商城系统包含首页门户、商品推荐、商品搜索、商品展示、购物车、订单流程、会员中心、客户服务、帮助中心等模块。 后台管理系统包含商品管理、订单管理、会员管理、促销管理、运营管理、内容管理、统计报表、财务管理、权限管理、设置等模块。
83.3k Java feat: 优化树结构,增加TreeUtils.treeToList工具方法. by @zhou-hao in https://github.com/hs-web/hsweb-framework/pull/238fix: 修复SpelSqlExpressionInvoker无法解析下划线命名的列. by @zhou-hao in https://github.com/hs-web/hsweb-framework/pull/239fix: 修复AsyncEventHooks可能导致异步操作不执行问题. by @zhou-hao in https://github.com/hs-web/hsweb-framework/pull/240refactor(数据字典): 字典表创建信息相关字段不可修改 by @goten7 in https://github.com/hs-web/hsweb-framework/pull/241fix(数据字典): 修复新增字典时未进行校验的问题 by @liu4410 in https://github.com/hs-web/hsweb-framework/pull/242fix: 修复树结构实体发生变化后,level可能不正确问题. by @zhou-hao in https://github.com/hs-web/hsweb-framework/pull/243fix: 修复树结构删除或者查询数量较大时可能导致请求pending. by @zhou-hao in https://github.com/hs-web/hsweb-framework/pull/244feat: ReactiveUserService增加queryPager方法. by @zhou-hao in https://github.com/hs-web/hsweb-framework/pull/245refactor: 优化直接抛出BusinessException时,使用status值作为http响应码. by @zhou-hao in https://github.com/hs-web/hsweb-framework/pull/248feat(数据字典): 获取字典数据字典增加排序 by @liu4410 in https://github.com/hs-web/hsweb-framework/pull/249fix: 修复insert时推送事件类型错误问题 by @zhou-hao in https://github.com/hs-web/hsweb-framework/pull/250fix: 修复QueryHelper查询时无法使用父类字段 by @zhou-hao in https://github.com/hs-web/hsweb-framework/pull/251fix: 修复树结构实体重构path后保存时未递归获取子节点问题 by @goten7 in https://github.com/hs-web/hsweb-framework/pull/252refactor: 优化QueryHelper,自动添加查询表的schema. by @zhou-hao in https://github.com/hs-web/hsweb-framework/pull/253feat: 实体对比方法支持忽略指定属性 by @goten7 in https://github.com/hs-web/hsweb-framework/pull/254feat: QueryParamEntity 增加filter参数,可使用map格式传递查询条件. by @zhou-hao in https://github.com/hs-web/hsweb-framework/pull/255fix: 修复QueryHelper不支持join子查询参数预编译问题. by @zhou-hao in https://github.com/hs-web/hsweb-framework/pull/258refactor: 更新事件缓存实体数据到上下文 by @goten7 in https://github.com/hs-web/hsweb-framework/pull/260refactor: 调整spring-boot自动配置. by @zhou-hao in https://github.com/hs-web/hsweb-framework/pull/261refactor: FastBeanCopier增加跨classloader支持. by @zhou-hao in https://github.com/hs-web/hsweb-framework/pull/263refactor: 优化数据库方言拓展性 by @zhou-hao in https://github.com/hs-web/hsweb-framework/pull/264fix: 修复树结构条件构造器列获取错误 by @goten7 in https://github.com/hs-web/hsweb-framework/pull/267fix: 修复用户新增id规则判断 by @goten7 in https://github.com/hs-web/hsweb-framework/pull/268feat: 添加字典项字典id和序号双重唯一性校验;支持新增保存时自动顺序填充序号 by @goten7 in https://github.com/hs-web/hsweb-framework/pull/269feat: 字典项id默认根据字典id及ordinal生成 by @goten7 in https://github.com/hs-web/hsweb-framework/pull/270fix: 优化判空函数执行顺序 by @goten7 in https://github.com/hs-web/hsweb-framework/pull/271fix: 修复枚举类有实现方法时isEnum判断错误问题 by @goten7 in https://github.com/hs-web/hsweb-framework/pull/272fix: 解决反序列化时枚举实现了EnumDict,但泛型不是String类型会抛异常的问题 by @ningqingsheng in https://github.com/hs-web/hsweb-framework/pull/273refactor: 保存用户时不再校验传入id by @goten7 in https://github.com/hs-web/hsweb-framework/pull/274feat: 树结构相关数据查询支持not操作 by @goten7 in https://github.com/hs-web/hsweb-framework/pull/276fix: 修正用户是否授权及token是否登记的判断条件 by @goten7 in https://github.com/hs-web/hsweb-framework/pull/278feat: 添加操作日志是否忽略支持记录当前参数配置;登录接口记录操作日志用户认证信息 by @goten7 in https://github.com/hs-web/hsweb-framework/pull/280fix: 修复注入条件错误 by @goten7 in https://github.com/hs-web/hsweb-framework/pull/281feat: 修复部分方法未更新缓存问题;添加全部数据缓存获取 by @goten7 in https://github.com/hs-web/hsweb-framework/pull/282fix: 修复在首次进行curd,并发时可能出现事件无法触发的问题. by @goten7 in https://github.com/hs-web/hsweb-framework/pull/283refactor: 优化错误提示语句 by @goten7 in https://github.com/hs-web/hsweb-framework/pull/286refactor: 优化token相关事件为异步事件,方便传递上下文 by @goten7 in https://github.com/hs-web/hsweb-framework/pull/287feat: 添加角色维度关联时间字段 by @EddyChao in https://github.com/hs-web/hsweb-framework/pull/289fix: 修复通过EntityPrepareModifyEvent重新设置可能无效问题 by @zhou-hao in https://github.com/hs-web/hsweb-framework/pull/288build(deps): bump com.h2database:h2 from 2.1.212 to 2.2.220 by @dependabot in https://github.com/hs-web/hsweb-framework/pull/290New Contributors
- @goten7 made their first contribution in https://github.com/hs-web/hsweb-framework/pull/221
- @liu4410 made their first contribution in https://github.com/hs-web/hsweb-framework/pull/242
- @ningqingsheng made their first contribution in https://github.com/hs-web/hsweb-framework/pull/273
- @EddyChao made their first contribution in https://github.com/hs-web/hsweb-framework/pull/289
Full Changelog: https://github.com/hs-web/hsweb-framework/compare/4.0.16...4.0.17
Spring Boot helps you to create Spring-powered, production-grade applications and services with absolute minimum fuss.
Java