Skip to content

Commit

Permalink
配置扫描
Browse files Browse the repository at this point in the history
  • Loading branch information
silentbalanceyh committed Jun 4, 2023
1 parent 60b2473 commit f86d9ab
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
},
"aop": {
"plugin.component.after": [
"io.vertx.mod.ke.aop.AfterUserSync"
"io.vertx.mod.rbac.aop.AfterUserSync"
],
"plugin.config": {
"io.vertx.mod.ke.aop.AfterUserSync": {
"io.vertx.mod.rbac.aop.AfterUserSync": {
"mapping": {
"viceName": "realname",
"viceMobile": "mobile",
Expand All @@ -38,17 +38,17 @@
{
"source": "ASSIST",
"key": "resource.departments",
"component": "io.vertx.mod.optic.dict.DepartmentDict"
"component": "io.horizon.spi.dict.DepartmentDict"
},
{
"source": "ASSIST",
"key": "resource.companys",
"component": "io.vertx.mod.optic.dict.CompanyDict"
"component": "iio.horizon.spi.dict.CompanyDict"
},
{
"source": "ASSIST",
"key": "resource.teams",
"component": "io.vertx.mod.optic.dict.TeamDict"
"component": "io.horizon.spi.dict.TeamDict"
}
],
"epsilon": {
Expand Down
Binary file modified vertx-pin/zero-erp/src/main/resources/workflow/workflow-erp.xlsx
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"phase": "AFTER",
"selector": "io.vertx.mod.optic.secure.ConfineKind",
"selector": "io.horizon.spi.secure.ConfineKind",
"kind": "type",
"comment": [
"type定义:io.vertx.up.eon.em.OpType",
"type定义:io.vertx.mod.ui.cv.em.OpType",
"ATOM -- 动态建模OP",
"WEB -- 静态标准OP",
"FLOW -- 流程专用OP"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"phase": "AFTER",
"selector": "io.vertx.mod.optic.secure.ConfineKind",
"selector": "io.horizon.spi.secure.ConfineKind",
"kind": "type",
"comment": [
"type定义:io.vertx.up.eon.em.ViewType",
Expand Down

0 comments on commit f86d9ab

Please sign in to comment.