wjee-security-spring-boot-starter
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>cn.wjee.boot</groupId>
<artifactId>wjee-security-spring-boot-starter</artifactId>
<version>2.1.1.3</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">
<modelVersion>4.0.0</modelVersion>
<!-- Parent Pom Info -->
<parent>
<groupId>cn.wjee.boot</groupId>
<artifactId>wjee-dependencies</artifactId>
<version>2.1.1.3</version>
</parent>
<!-- Project Info -->
<artifactId>wjee-security-spring-boot-starter</artifactId>
<name>wjee-security-spring-boot-starter</name>
<packaging>jar</packaging>
<version>2.1.1.3</version>
<!-- wjee-security-spring-boot-starter -->
<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-jdbc</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-security</artifactId>
</dependency>
</dependencies>
</project>