hsweb-framework
hsweb-framework copied to clipboard
hsweb (haʊs wɛb) 是一个基于spring-boot 2.x开发 ,首个使用全响应式编程的企业级后台管理系统基础项目。
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  相关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类中
@zhou-hao