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 transactions-spring-boot-6.0.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.atomikos.spring
├─ com.atomikos.spring.AtomikosAutoConfiguration.class - [JAR]
├─ com.atomikos.spring.AtomikosConnectionFactoryBean.class - [JAR]
├─ com.atomikos.spring.AtomikosDataSourceBean.class - [JAR]
├─ com.atomikos.spring.AtomikosDataSourceBeanMetadata.class - [JAR]
├─ com.atomikos.spring.AtomikosDataSourcePoolMetadataProvidersConfiguration.class - [JAR]
├─ com.atomikos.spring.AtomikosDependsOnBeanFactoryPostProcessor.class - [JAR]
├─ com.atomikos.spring.AtomikosNonXADataSourceBeanMetadata.class - [JAR]
├─ com.atomikos.spring.AtomikosProperties.class - [JAR]
├─ com.atomikos.spring.AtomikosXAConnectionFactoryWrapper.class - [JAR]
├─ com.atomikos.spring.AtomikosXADataSourceWrapper.class - [JAR]
├─ com.atomikos.spring.SpringJtaAtomikosProperties.class - [JAR]