common-security-spring-boot-starter
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>cn.fscode.common</groupId> <artifactId>common-security-spring-boot-starter</artifactId> <version>0.0.1</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.fscode.common</groupId> <artifactId>common-parent</artifactId> <version>0.0.1</version> <relativePath>../common-parent</relativePath> </parent> <groupId>cn.fscode.common</groupId> <artifactId>common-security-spring-boot-starter</artifactId> <version>0.0.1</version> <licenses> <license> <name>MIT License</name> <url>https://mit-license.org/</url> </license> </licenses> <dependencies> <dependency> <groupId>cn.fscode.common</groupId> <artifactId>common-core-spring-boot-starter</artifactId> </dependency> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-configuration-processor</artifactId> <optional>true</optional> </dependency> <dependency> <groupId>cn.fscode.common</groupId> <artifactId>commons-redis-spring-boot-starter</artifactId> </dependency> <dependency> <groupId>org.projectlombok</groupId> <artifactId>lombok</artifactId> <optional>true</optional> </dependency> <dependency> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-starter-gateway</artifactId> <scope>provided</scope> </dependency> <dependency> <groupId>cn.fscode.common</groupId> <artifactId>common-web-spring-boot-starter</artifactId> <scope>provided</scope> </dependency> <dependency> <groupId>cn.fscode.common</groupId> <artifactId>common-tool-crypto</artifactId> </dependency> </dependencies> </project>