hsweb-framework icon indicating copy to clipboard operation
hsweb-framework copied to clipboard

hsweb (haʊs wɛb) 是一个基于spring-boot 2.x开发 ,首个使用全响应式编程的企业级后台管理系统基础项目。

Results 9 hsweb-framework issues
Sort by recently updated
recently updated
newest added

# 环境 java: 1.8.0_131 hsweb: 3.0.5 # 问题说明 想在项目中使用这个框架,请问是否支持分布式事物?还是说需要自己手动回滚事物呢

帮助

# 场景 现有的文件上传是放在本地的的,如果遇到大量同时下载的情况,会有问题; # 需求说明 增加S3协议的OSS支持,现有主流的国内外OSS存储都实现了S3协议;

需求

f in a scenario where the key changes frequently,ConcurrentHashMap takes up a lot of invalid memory

需求

# 使用hsweb时的常见问题及解决方式 这里只列出了常见问题的解决方式,如果有更多问题,请在下方`留言`或者[提交issues](https://github.com/hs-web/hsweb-framework/issues/new) ## mybatis报错1 `There is no getter for property named 'xxxx' in 'class org.hswebframework.web.commons.entity.param.QueryParamEntity'` 检查 Mapper.xml中的配置项: ```xml ``` ## mybatis报错2: Invalid bound statement (not found): com.xxxx.Xxxxx.select 1. 检查`Mapper.xml`是否被编译到`target`....

帮助
重要程度:重要

# 场景 会不会考虑认证模块没有考虑使用spring-security # 需求说 我看了下当前项目中的认证授权模块与spring-security设计相似,改动不大的情况下,会不会考虑认证模块没有考虑使用spring-security

需求

# 环境 java: 1.8.0_131 hsweb: 4.0.17-snapshot ![image](https://github.com/user-attachments/assets/5d52bc9d-3638-45cf-a759-562a51da61a2) 相关pom如下: org.hswebframework.web hsweb-system-dictionary 4.0.16 org.hswebframework.web hsweb-authorization-api 4.0.16 org.hswebframework.web hsweb-starter 4.0.16 org.hswebframework hsweb-easy-orm-rdb 4.1.2-SNAPSHOT org.hswebframework.web hsweb-authorization-basic 4.0.16 org.hswebframework.web hsweb-system-file 4.0.16 org.hswebframework.web hsweb-access-logging-aop 4.0.16 org.hswebframework.web...

帮助

切换本地和oss通过环境变了file.storage=local/s3控制 s3协议的相关配置均在S3StorageProperties类中

# 环境 java: 1.8.0_131 hsweb: 3.0.5 # 问题说明 本框架是否有邮箱注册登录验证的方案?

帮助