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 baseframe-spring-boot-starter-0.0.3.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.github.houbbbbb.baseframespringbootstarter.baseframes.bsframe.service
├─ com.github.houbbbbb.baseframespringbootstarter.baseframes.bsframe.service.IService.class - [JAR]
com.github.houbbbbb.baseframespringbootstarter.configurations
├─ com.github.houbbbbb.baseframespringbootstarter.configurations.BaseframeAutoConfiguration.class - [JAR]
com.github.houbbbbb.baseframespringbootstarter.properties
├─ com.github.houbbbbb.baseframespringbootstarter.properties.GenerateProperties.class - [JAR]
├─ com.github.houbbbbb.baseframespringbootstarter.properties.JDBCProperties.class - [JAR]
com.github.houbbbbb.baseframespringbootstarter.utils
├─ com.github.houbbbbb.baseframespringbootstarter.utils.EncodingUtils.class - [JAR]
├─ com.github.houbbbbb.baseframespringbootstarter.utils.FileUtils.class - [JAR]
├─ com.github.houbbbbb.baseframespringbootstarter.utils.NullUtils.class - [JAR]
├─ com.github.houbbbbb.baseframespringbootstarter.utils.PrintUtils.class - [JAR]
├─ com.github.houbbbbb.baseframespringbootstarter.utils.StrUtils.class - [JAR]
├─ com.github.houbbbbb.baseframespringbootstarter.utils.TypeUtils.class - [JAR]
com.github.houbbbbb.baseframespringbootstarter.baseframes.bsframe.service.base
├─ com.github.houbbbbb.baseframespringbootstarter.baseframes.bsframe.service.base.BService.class - [JAR]
com.github.houbbbbb.baseframespringbootstarter.baseframes.bsframe.dao
├─ com.github.houbbbbb.baseframespringbootstarter.baseframes.bsframe.dao.IDao.class - [JAR]
com.github.houbbbbb.baseframespringbootstarter
├─ com.github.houbbbbb.baseframespringbootstarter.BaseframeSpringBootStarterApplication.class - [JAR]
com.github.houbbbbb.baseframespringbootstarter.baseframes.gsframe
├─ com.github.houbbbbb.baseframespringbootstarter.baseframes.gsframe.GenerateEntity.class - [JAR]
├─ com.github.houbbbbb.baseframespringbootstarter.baseframes.gsframe.GenerateMapper.class - [JAR]
├─ com.github.houbbbbb.baseframespringbootstarter.baseframes.gsframe.GenerateMapperXml.class - [JAR]
├─ com.github.houbbbbb.baseframespringbootstarter.baseframes.gsframe.GenerateOpt.class - [JAR]
├─ com.github.houbbbbb.baseframespringbootstarter.baseframes.gsframe.GenerateRoot.class - [JAR]
├─ com.github.houbbbbb.baseframespringbootstarter.baseframes.gsframe.GenerateService.class - [JAR]
com.github.houbbbbb.baseframespringbootstarter.baseframes.bsframe.entity
├─ com.github.houbbbbb.baseframespringbootstarter.baseframes.bsframe.entity.IEntity.class - [JAR]
com.github.houbbbbb.baseframespringbootstarter.baseframes.bsframe.entity.base
├─ com.github.houbbbbb.baseframespringbootstarter.baseframes.bsframe.entity.base.BEntity.class - [JAR]