jar

com.github.xiaoxiaoreader : keyplugin-spring-boot-starter

Maven & Gradle

Jan 09, 2020
2 stars

keyplugin-spring-boot-starter · Spring Boot Support for keyplugin

Table Of Contents

Latest Version

Download com.github.xiaoxiaoreader : keyplugin-spring-boot-starter JAR file - Latest Versions:

All Versions

Download com.github.xiaoxiaoreader : keyplugin-spring-boot-starter JAR file - All Versions:

Version Vulnerabilities Size Updated
1.1.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 keyplugin-spring-boot-starter-1.1.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.plugin.annotation

├─ com.plugin.annotation.Id.class - [JAR]

├─ com.plugin.annotation.IdType.class - [JAR]

com.plugin

├─ com.plugin.GenerateKeyInterceptor.class - [JAR]

├─ com.plugin.KeyPluginAutoConfiguration.class - [JAR]

├─ com.plugin.SnowflakeIdWorker.class - [JAR]

com.plugin.handler

├─ com.plugin.handler.AbstractKeyGenerator.class - [JAR]

├─ com.plugin.handler.KeyGenerator.class - [JAR]

├─ com.plugin.handler.KeyGeneratorFactory.class - [JAR]

├─ com.plugin.handler.LongSnowKeyGenerator.class - [JAR]

├─ com.plugin.handler.StringSnowKeyGenerator.class - [JAR]

├─ com.plugin.handler.StringUUIDKeyGenerator.class - [JAR]

com.plugin.properties

├─ com.plugin.properties.KeyPluginProperties.class - [JAR]