hsweb-module.json 336 B

123456789
  1. {
  2. "groupId": "${project.groupId}",
  3. "artifactId": "${project.artifactId}",
  4. "path": "hsweb-system/hsweb-system-authorization/hsweb-system-authorization-web",
  5. "gitCommitHash": "${git.commit.hash}",
  6. "gitRepository": "http://github.com/hs-web/hsweb-framework",
  7. "version": "${project.version}",
  8. "comment": "权限管理Web层"
  9. }