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 timo-jpax-spring-boot-starter-1.0.0.M2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.auntvt.timo.jpax.springbootstarter.service.impl
├─ com.auntvt.timo.jpax.springbootstarter.service.impl.JpaxServiceImpl.class - [JAR]
├─ com.auntvt.timo.jpax.springbootstarter.service.impl.SimpleServiceImpl.class - [JAR]
com.auntvt.timo.jpax.springbootstarter.primarykey
├─ com.auntvt.timo.jpax.springbootstarter.primarykey.JpaxGeneratorMatch.class - [JAR]
├─ com.auntvt.timo.jpax.springbootstarter.primarykey.JpaxStrategy.class - [JAR]
com.auntvt.timo.jpax.springbootstarter.resolver
├─ com.auntvt.timo.jpax.springbootstarter.resolver.MatcherMethodArgumentResolver.class - [JAR]
com.auntvt.timo.jpax.springbootstarter.config.properties
├─ com.auntvt.timo.jpax.springbootstarter.config.properties.JpaxPageProperties.class - [JAR]
├─ com.auntvt.timo.jpax.springbootstarter.config.properties.JpaxPrimaryKeyProperties.class - [JAR]
com.auntvt.timo.jpax.springbootstarter.primarykey.generator
├─ com.auntvt.timo.jpax.springbootstarter.primarykey.generator.JpaxSnowFlakeGenerator.class - [JAR]
com.auntvt.timo.jpax.springbootstarter.config
├─ com.auntvt.timo.jpax.springbootstarter.config.JpaxAutoConfiguration.class - [JAR]
├─ com.auntvt.timo.jpax.springbootstarter.config.JpaxWebConfiguration.class - [JAR]
com.auntvt.timo.jpax.springbootstarter.repository
├─ com.auntvt.timo.jpax.springbootstarter.repository.JpaxRepository.class - [JAR]
com.auntvt.timo.jpax.springbootstarter.service
├─ com.auntvt.timo.jpax.springbootstarter.service.JpaxService.class - [JAR]
com.auntvt.timo.jpax.springbootstarter.helper
├─ com.auntvt.timo.jpax.springbootstarter.helper.LogicDelete.class - [JAR]
├─ com.auntvt.timo.jpax.springbootstarter.helper.PageHelper.class - [JAR]
com.auntvt.timo.jpax.springbootstarter.utils
├─ com.auntvt.timo.jpax.springbootstarter.utils.AssertUtil.class - [JAR]
├─ com.auntvt.timo.jpax.springbootstarter.utils.EntityUtil.class - [JAR]
├─ com.auntvt.timo.jpax.springbootstarter.utils.HttpServletUtil.class - [JAR]