| Categories | CategoriesSpring Boot Container Microservices Security | 
|---|---|
| GroupId | GroupIdxyz.migoo.springboot | 
| ArtifactId | ArtifactIdmigoo-spring-boot-starter-security | 
| Last Version | Last Version1.0.0 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | Descriptionmigoo-spring-boot-starter-security security 组件 | 
<!-- https://jarcasting.com/artifacts/xyz.migoo.springboot/migoo-spring-boot-starter-security/ -->
<dependency>
    <groupId>xyz.migoo.springboot</groupId>
    <artifactId>migoo-spring-boot-starter-security</artifactId>
    <version>1.0.0</version>
</dependency>// https://jarcasting.com/artifacts/xyz.migoo.springboot/migoo-spring-boot-starter-security/
implementation 'xyz.migoo.springboot:migoo-spring-boot-starter-security:1.0.0'// https://jarcasting.com/artifacts/xyz.migoo.springboot/migoo-spring-boot-starter-security/
implementation ("xyz.migoo.springboot:migoo-spring-boot-starter-security:1.0.0")'xyz.migoo.springboot:migoo-spring-boot-starter-security:jar:1.0.0'<dependency org="xyz.migoo.springboot" name="migoo-spring-boot-starter-security" rev="1.0.0">
  <artifact name="migoo-spring-boot-starter-security" type="jar" />
</dependency>@Grapes(
@Grab(group='xyz.migoo.springboot', module='migoo-spring-boot-starter-security', version='1.0.0')
)libraryDependencies += "xyz.migoo.springboot" % "migoo-spring-boot-starter-security" % "1.0.0"[xyz.migoo.springboot/migoo-spring-boot-starter-security "1.0.0"]| Group / Artifact | Type | Version | 
|---|---|---|
| org.springframework.boot : spring-boot-starter-aop | jar | |
| xyz.migoo.springboot : migoo-spring-boot-starter-web | jar | |
| org.springframework.boot : spring-boot-configuration-processor Optional | jar | |
| org.springframework.boot : spring-boot-starter-security | jar |