jar

com.codingapi.springboot : springboot-starter-id-generator

Maven & Gradle

Aug 01, 2023
100 stars
Table Of Contents

Latest Version

Download com.codingapi.springboot : springboot-starter-id-generator JAR file - Latest Versions:

All Versions

Download com.codingapi.springboot : springboot-starter-id-generator JAR file - All Versions:

Version Vulnerabilities Size Updated
2.1.x
2.0.x
1.5.x
1.4.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 springboot-starter-id-generator-2.1.5.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.codingapi.springboot.generator.properties

├─ com.codingapi.springboot.generator.properties.GeneratorJdbcProperties.class - [JAR]

com.codingapi.springboot.generator.service

├─ com.codingapi.springboot.generator.service.IdGenerateService.class - [JAR]

com.codingapi.springboot.generator.domain

├─ com.codingapi.springboot.generator.domain.IdKey.class - [JAR]

com.codingapi.springboot.generator

├─ com.codingapi.springboot.generator.AutoConfiguration.class - [JAR]

├─ com.codingapi.springboot.generator.IdGenerate.class - [JAR]

├─ com.codingapi.springboot.generator.IdGeneratorContext.class - [JAR]

com.codingapi.springboot.generator.dao

├─ com.codingapi.springboot.generator.dao.DbHelper.class - [JAR]

├─ com.codingapi.springboot.generator.dao.IdKeyDao.class - [JAR]