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 spring-boot-autoconfigure-1.1.5.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.github.trang.autoconfigure.context
├─ com.github.trang.autoconfigure.context.ApplicationContextAutoConfiguration.class - [JAR]
├─ com.github.trang.autoconfigure.context.ApplicationContextHolder.class - [JAR]
├─ com.github.trang.autoconfigure.context.ApplicationProfileAutoConfiguration.class - [JAR]
com.github.trang.autoconfigure.mybatis
├─ com.github.trang.autoconfigure.mybatis.MyBatisAutoConfiguration.class - [JAR]
├─ com.github.trang.autoconfigure.mybatis.SqlFormatterConfiguration.class - [JAR]
├─ com.github.trang.autoconfigure.mybatis.SqlFormatterInterceptor.class - [JAR]
├─ com.github.trang.autoconfigure.mybatis.SqlMapper.class - [JAR]
├─ com.github.trang.autoconfigure.mybatis.SqlUtils.class - [JAR]
com.github.trang.autoconfigure
├─ com.github.trang.autoconfigure.Customizer.class - [JAR]