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 switch-logger-mysql-1.0.4.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.github.thebesteric.framework.switchlogger.db.mysql.configuration
├─ io.github.thebesteric.framework.switchlogger.db.mysql.configuration.SwitchLoggerMySQLAutoConfiguration.class - [JAR]
├─ io.github.thebesteric.framework.switchlogger.db.mysql.configuration.SwitchLoggerMySQLInitialization.class - [JAR]
io.github.thebesteric.framework.switchlogger.db.mysql.configuration.mark
├─ io.github.thebesteric.framework.switchlogger.db.mysql.configuration.mark.SwitchLoggerDatabaseMarker.class - [JAR]
io.github.thebesteric.framework.switchlogger.db.mysql.record
├─ io.github.thebesteric.framework.switchlogger.db.mysql.record.DatabaseRecordProcessor.class - [JAR]
io.github.thebesteric.framework.switchlogger.db.mysql.utils
├─ io.github.thebesteric.framework.switchlogger.db.mysql.utils.SwitchJdbcTemplate.class - [JAR]