diff --git a/laws-modules-docking/pom.xml b/laws-modules-docking/pom.xml new file mode 100644 index 00000000..30ad5fb4 --- /dev/null +++ b/laws-modules-docking/pom.xml @@ -0,0 +1,27 @@ + + + 4.0.0 + + com.jero.boot + laws-sinotruk + 2.5.1 + + + laws-modules-docking + + + 8 + 8 + UTF-8 + + + + + com.jero.boot + laws-modules + + + + \ No newline at end of file diff --git a/laws-modules-docking/src/main/java/com/jero/modules/docking/iam/controller/SyncIamController.java b/laws-modules-docking/src/main/java/com/jero/modules/docking/iam/controller/SyncIamController.java new file mode 100644 index 00000000..7892ac6d --- /dev/null +++ b/laws-modules-docking/src/main/java/com/jero/modules/docking/iam/controller/SyncIamController.java @@ -0,0 +1,7 @@ +package com.jero.modules.docking.iam.controller; + +/** + * IAM同步的控制器,提供用户、组织、菜单和权限的同步 + */ +public class SyncIamController { +} diff --git a/laws-single-startup/pom.xml b/laws-single-startup/pom.xml index 0c97fd02..82720ac2 100644 --- a/laws-single-startup/pom.xml +++ b/laws-single-startup/pom.xml @@ -58,6 +58,11 @@ + + com.jero.boot + laws-modules-docking + 2.5.1 + p6spy p6spy diff --git a/pom.xml b/pom.xml index b8d3c3ca..db94569a 100644 --- a/pom.xml +++ b/pom.xml @@ -55,10 +55,11 @@ laws-single-startup laws-modules - + laws-modules-docking +