hsweb-system-authorization
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.hswebframework.web</groupId>
<artifactId>hsweb-system-authorization</artifactId>
<version>5.0.1</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>hsweb-system</artifactId>
<groupId>org.hswebframework.web</groupId>
<version>5.0.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<packaging>pom</packaging>
<description>业务模块-权限管理</description>
<modules>
<module>hsweb-system-authorization-api</module>
<module>hsweb-system-authorization-default</module>
<module>hsweb-system-authorization-oauth2</module>
</modules>
<artifactId>hsweb-system-authorization</artifactId>
<name>${project.artifactId}</name>
</project>