structure-admin
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>cn.structured</groupId>
<artifactId>structure-admin</artifactId>
<version>1.0.9</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>cn.structured</groupId>
<artifactId>structure-dependencies</artifactId>
<version>1.2.10</version>
<relativePath></relativePath>
</parent>
<groupId>cn.structured</groupId>
<artifactId>structure-admin</artifactId>
<version>1.0.9</version>
<packaging>pom</packaging>
<name>structure-admin</name>
<description>脚手架集成管理平台</description>
<licenses>
<license>
<name>The Apache License, Version 2.0</name>
<url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
</license>
</licenses>
<modules>
<module>structure-admin-domain</module>
<module>structure-admin-api</module>
<module>structure-admin-biz</module>
</modules>
<properties>
<structure-user.version>1.0.11</structure-user.version>
<revision>1.0.5-SNAPSHOT</revision>
<structure-basic.version>1.0.2</structure-basic.version>
<structure-security.version>1.0.3</structure-security.version>
<mysql.version>8.0.13</mysql.version>
<structure.version>1.2.10</structure.version>
</properties>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>cn.structured</groupId>
<artifactId>structure-security-core</artifactId>
<version>${structure-security.version}</version>
</dependency>
<dependency>
<groupId>cn.structured</groupId>
<artifactId>structure-user-api</artifactId>
<version>${structure-user.version}</version>
</dependency>
<dependency>
<groupId>cn.structured</groupId>
<artifactId>structure-basic-api</artifactId>
<version>${structure-basic.version}</version>
</dependency>
<dependency>
<groupId>cn.structured</groupId>
<artifactId>structure-admin-domain</artifactId>
<version>1.0.9</version>
</dependency>
<dependency>
<groupId>cn.structured</groupId>
<artifactId>structure-jwt-security-starter</artifactId>
<version>${structure-security.version}</version>
</dependency>
<dependency>
<groupId>cn.structured</groupId>
<artifactId>structure-user-core</artifactId>
<version>${structure-user.version}</version>
</dependency>
<dependency>
<groupId>cn.structured</groupId>
<artifactId>structure-user-biz</artifactId>
<version>${structure-user.version}</version>
</dependency>
<dependency>
<groupId>cn.structured</groupId>
<artifactId>structure-user-domain</artifactId>
<version>${structure-user.version}</version>
</dependency>
<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
<version>${mysql.version}</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-parent</artifactId>
<version>${spring-boot.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>cn.structured</groupId>
<artifactId>structure-boot-parent</artifactId>
<version>${structure.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
</dependencies>
</dependencyManagement>
</project>