authentication-parent

一个业务应用开发中常用的认证功能模块,模块做到了开箱即用扩展自由,减少重复编码提升开发效率

License

License

GroupId

GroupId

io.github.alphagodzilla
ArtifactId

ArtifactId

authentication-parent
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

pom
Description

Description

authentication-parent
一个业务应用开发中常用的认证功能模块,模块做到了开箱即用扩展自由,减少重复编码提升开发效率
Project URL

Project URL

https://github.com/AlphaGodzilla/authentication-project

Download authentication-parent

How to add to project

<!-- https://jarcasting.com/artifacts/io.github.alphagodzilla/authentication-parent/ -->
<dependency>
    <groupId>io.github.alphagodzilla</groupId>
    <artifactId>authentication-parent</artifactId>
    <version>1.0.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.alphagodzilla/authentication-parent/
implementation 'io.github.alphagodzilla:authentication-parent:1.0.0'
// https://jarcasting.com/artifacts/io.github.alphagodzilla/authentication-parent/
implementation ("io.github.alphagodzilla:authentication-parent:1.0.0")
'io.github.alphagodzilla:authentication-parent:pom:1.0.0'
<dependency org="io.github.alphagodzilla" name="authentication-parent" rev="1.0.0">
  <artifact name="authentication-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.alphagodzilla', module='authentication-parent', version='1.0.0')
)
libraryDependencies += "io.github.alphagodzilla" % "authentication-parent" % "1.0.0"
[io.github.alphagodzilla/authentication-parent "1.0.0"]

Dependencies

test (1)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter jar

Project Modules

  • authentication-core
  • authentication-defaults
  • authentication-spring-boot-starter
  • authentication-spring-boot-starter-test

Versions

Version
1.0.0