jar

com.xkcoding : justauth-spring-boot-starter

Maven & Gradle

Oct 12, 2019
309 stars

justauth-spring-boot-starter · Spring Boot 集成 JustAuth 的最佳实践~ JustAuth 脚手架

Table Of Contents

Latest Version

Download com.xkcoding : justauth-spring-boot-starter JAR file - Latest Versions:

All Versions

Download com.xkcoding : justauth-spring-boot-starter JAR file - All Versions:

Version Vulnerabilities Size Updated
1.2.x
1.1.x
1.0.x
0.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window justauth-spring-boot-starter-1.2.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.xkcoding.justauth.autoconfigure

├─ com.xkcoding.justauth.autoconfigure.CacheProperties.class - [JAR]

├─ com.xkcoding.justauth.autoconfigure.ExtendProperties.class - [JAR]

├─ com.xkcoding.justauth.autoconfigure.JustAuthAutoConfiguration.class - [JAR]

├─ com.xkcoding.justauth.autoconfigure.JustAuthProperties.class - [JAR]

├─ com.xkcoding.justauth.autoconfigure.JustAuthStateCacheConfiguration.class - [JAR]

com.xkcoding.justauth

├─ com.xkcoding.justauth.AuthRequestFactory.class - [JAR]

com.xkcoding.justauth.support.cache

├─ com.xkcoding.justauth.support.cache.RedisStateCache.class - [JAR]

Advertisement