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 convention-spring-boot-starter-0.0.7.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
fun.fengwk.convention.springboot.starter.snowflake
├─ fun.fengwk.convention.springboot.starter.snowflake.GlobalSnowflakeIdGenerator.class - [JAR]
├─ fun.fengwk.convention.springboot.starter.snowflake.SnowflakeIdAutoConfiguration.class - [JAR]
├─ fun.fengwk.convention.springboot.starter.snowflake.SnowflakeIdProperties.class - [JAR]
fun.fengwk.convention.springboot.starter.code
├─ fun.fengwk.convention.springboot.starter.code.ErrorCodeAutoConfiguration.class - [JAR]
├─ fun.fengwk.convention.springboot.starter.code.ErrorCodeProperties.class - [JAR]
├─ fun.fengwk.convention.springboot.starter.code.GlobalErrorCodeFactory.class - [JAR]
fun.fengwk.convention.springboot.starter.i18n
├─ fun.fengwk.convention.springboot.starter.i18n.GlobalStringManagerFactory.class - [JAR]
├─ fun.fengwk.convention.springboot.starter.i18n.I18nAutoConfiguration.class - [JAR]
├─ fun.fengwk.convention.springboot.starter.i18n.I18nProperties.class - [JAR]
fun.fengwk.convention.springboot.starter.validator
├─ fun.fengwk.convention.springboot.starter.validator.GlobalValidatorAutoConfiguration.class - [JAR]