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 full-code-generator-1.0.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
tech.fanlinglong.common.entity
├─ tech.fanlinglong.common.entity.BasisInfo.class - [JAR]
├─ tech.fanlinglong.common.entity.GeneratorFileUrl.class - [JAR]
├─ tech.fanlinglong.common.entity.JsonResult.class - [JAR]
├─ tech.fanlinglong.common.entity.PropertyInfo.class - [JAR]
tech.fanlinglong.common.test
├─ tech.fanlinglong.common.test.TestMain.class - [JAR]
tech.fanlinglong.common.convert
├─ tech.fanlinglong.common.convert.DateType.class - [JAR]
├─ tech.fanlinglong.common.convert.DbColumnType.class - [JAR]
├─ tech.fanlinglong.common.convert.IColumnType.class - [JAR]
├─ tech.fanlinglong.common.convert.ITypeConvert.class - [JAR]
├─ tech.fanlinglong.common.convert.MySqlTypeConvert.class - [JAR]
tech.fanlinglong.common.util
├─ tech.fanlinglong.common.util.EntityInfoUtil.class - [JAR]
├─ tech.fanlinglong.common.util.FreemarkerUtil.class - [JAR]
├─ tech.fanlinglong.common.util.Generator.class - [JAR]
├─ tech.fanlinglong.common.util.MySqlToJavaUtil.class - [JAR]