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 axon-gateway-spring-boot-autoconfigure-1.1.2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.holixon.axon.gateway.configuration.query
├─ io.holixon.axon.gateway.configuration.query.EnableRevisionAwareQueryGateway.class - [JAR]
├─ io.holixon.axon.gateway.configuration.query.RevisionAwareQueryGatewayConfiguration.class - [JAR]
├─ io.holixon.axon.gateway.configuration.query.RevisionAwareQueryGatewayProperties.class - [JAR]
io.holixon.axon.gateway.configuration.command
├─ io.holixon.axon.gateway.configuration.command.CommandDispatchStrategyConfiguration.class - [JAR]
├─ io.holixon.axon.gateway.configuration.command.CommandDispatchStrategyProperties.class - [JAR]
├─ io.holixon.axon.gateway.configuration.command.DispatchAwareAxonServerCommandBusConfiguration.class - [JAR]