sdp-spring-boot-security
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.github.sdp-tech-nj</groupId> <artifactId>sdp-spring-boot-security</artifactId> <version>3.4.5</version> </dependency>
<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"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>com.github.sdp-tech-nj</groupId> <artifactId>sdp-spring-boot-starter-parent</artifactId> <version>3.4.5</version> </parent> <artifactId>sdp-spring-boot-security</artifactId> <properties> <sdp-spring-boot-starter-parent.version>${project.version}</sdp-spring-boot-starter-parent.version> </properties> <build> <plugins> <plugin> <artifactId>maven-compiler-plugin</artifactId> <configuration> <compilerArgument> -proc:none </compilerArgument> <source>1.8</source> <target>1.8</target> </configuration> </plugin> </plugins> </build> <dependencies> <!-- https://mvnrepository.com/artifact/io.netty/netty-all --> <dependency> <groupId>io.netty</groupId> <artifactId>netty-all</artifactId> </dependency> <dependency> <groupId>commons-codec</groupId> <artifactId>commons-codec</artifactId> </dependency> <dependency> <groupId>com.github.sdp-tech-nj</groupId> <artifactId>sdp-spring-boot-starter</artifactId> <version>${sdp-spring-boot-starter-parent.version}</version> </dependency> <dependency> <groupId>com.github.sdp-tech-nj</groupId> <artifactId>sdp-spring-clound-service</artifactId> <version>${sdp-spring-boot-starter-parent.version}</version> </dependency> </dependencies> </project>