Skip to content

Commit 75660f6

Browse files
committed
结构调整,部分调整
1 parent 12a76cf commit 75660f6

File tree

369 files changed

+777
-3785
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

369 files changed

+777
-3785
lines changed

FEATURES.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,12 @@ hsweb3.0 是模块化的,每个功能可独立使用,可选择自己需要的功
1212
+ [x] OAuth2.0 服务和客户端,支持使用OAuth2.0进行单点登录
1313
+ [x] 数据字典功能,支持自定义字典解析器,满足特定字典格式需求.
1414
+ [x] 菜单管理.支持菜单分组,灵活配置菜单结构.
15-
+ [ ] 动态脚本.在线编写脚本任务,维护系统更灵活.
15+
+ [x] 动态脚本.在线编写脚本任务,维护系统更灵活.
1616
+ [x] 动态表单.在线设计表单(需前端支持),提供统一CRUD接口,随建随用.
1717
+ [ ] 工作流引擎.配合动态表单,实现工作流灵活自定义.
1818
+ [x] ***组织架构.采用[地区-组织-部门-职位-人员]方式,支持灵活的数据权限控制.***
1919
+ [x] 定时调度.在线配置任务,使用动态脚本编写任务内容,维护更方便.
2020
+ [x] 文件管理. 文件上传下载统一接口,支持文件秒传.
2121
+ [x] 访问日志. 记录用户每次访问信息.
22-
+ [ ] 历史记录. 记录数据修改记录.
23-
+ [ ] 在线数据库管理. 在线维护数据库,执行sql等操作.
24-
+ [ ] 代码生成器.可自定义模板,各种项目结构随心所欲.
22+
+ [x] 在线数据库管理. 在线维护数据库,执行sql等操作.
23+
+ [x] 代码生成器.可自定义模板,各种项目结构随心所欲.

ISSUE_TEMPLATE.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
2-
1. Bugs,如果你发现了项目中存在bug,请详细描述bug存在的位置,复现的条件,以及bug引起的问题.如果可能,尽量提供复现代码.
3-
2. 新特性,如果你觉得项目中的某些功能不够好,或者不能满足您的需求,你可以对需求进行详细描述,我会酌情改进.
4-
3. 项目中遇到疑问,请确定已经看过wiki中的内容,并且在issues中未找到你需要的答案,你可以加入qq群`515649185`询问或者直接提issue.
1+
1. 问题描述:
2+
2. 复现步骤:
3+
3. 日志内容:

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,7 @@
3838
|[hsweb-concurrent](hsweb-concurrent)|并发包,缓存,锁,计数器等| 80%|
3939
|[hsweb-core](hsweb-core)|框架核心,基础工具类| 90%|
4040
|[hsweb-datasource](hsweb-datasource)|数据源| 90%|
41-
|[hsweb-examples](hsweb-examples)|例子,演示| 10%|
4241
|[hsweb-logging](hsweb-logging)| 日志| 100%|
4342
|[hsweb-message](hsweb-message)|mq,websocket...| 80%|
4443
|[hsweb-starter](hsweb-starter)|模块启动器| 90%|
45-
|[hsweb-system](hsweb-system)|**系统常用功能**| 60%|
46-
|[hsweb-tests](hsweb-tests)|测试| 80%|
44+
|[hsweb-system](hsweb-system)|**系统常用功能**| 80%|

hsweb-authorization/hsweb-authorization-cloud/pom.xml

Lines changed: 0 additions & 43 deletions
This file was deleted.

hsweb-authorization/hsweb-authorization-cloud/src/main/java/org/hswebframework/web/authorization/cloud/AuthorizationClientAutoConfiguration.java

Lines changed: 0 additions & 45 deletions
This file was deleted.

hsweb-authorization/hsweb-authorization-cloud/src/main/java/org/hswebframework/web/authorization/cloud/AuthorizationServerAutoConfiguration.java

Lines changed: 0 additions & 12 deletions
This file was deleted.

hsweb-authorization/hsweb-authorization-cloud/src/main/java/org/hswebframework/web/authorization/cloud/EnableAuthorizationClient.java

Lines changed: 0 additions & 23 deletions
This file was deleted.

hsweb-authorization/hsweb-authorization-cloud/src/main/java/org/hswebframework/web/authorization/cloud/EnableAuthorizationServer.java

Lines changed: 0 additions & 17 deletions
This file was deleted.

hsweb-authorization/hsweb-authorization-cloud/src/main/java/org/hswebframework/web/authorization/cloud/client/feign/FeignAuthenticationManager.java

Lines changed: 0 additions & 19 deletions
This file was deleted.

hsweb-authorization/hsweb-authorization-cloud/src/main/java/org/hswebframework/web/authorization/cloud/client/feign/FeignAuthorizationAutoConfiguration.java

Lines changed: 0 additions & 13 deletions
This file was deleted.

hsweb-authorization/hsweb-authorization-cloud/src/main/java/org/hswebframework/web/authorization/cloud/client/feign/FeignUserTokenManager.java

Lines changed: 0 additions & 73 deletions
This file was deleted.

hsweb-authorization/hsweb-authorization-ldap/pom.xml

Lines changed: 0 additions & 27 deletions
This file was deleted.

hsweb-authorization/hsweb-authorization-ldap/src/test/java/org/hswebframework/web/authorization/ldap/LdapAuthorizationTests.java

Lines changed: 0 additions & 17 deletions
This file was deleted.

hsweb-authorization/pom.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@
1616
<module>hsweb-authorization-oauth2</module>
1717
<module>hsweb-authorization-basic</module>
1818
<module>hsweb-authorization-jwt</module>
19-
<module>hsweb-authorization-cloud</module>
20-
<module>hsweb-authorization-ldap</module>
2119
</modules>
2220

2321

0 commit comments

Comments
 (0)