View Java Class Source Code in JAR file
- Download JD-GUI to open JAR file and explore Java source code file (.class .java)
- 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]