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 starter-dictionary-mybatis-0.0.3.RELEASE.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.github.softwarevax.dict.mybatis.starter.configuation.selector
├─ com.github.softwarevax.dict.mybatis.starter.configuation.selector.EnableDictionaryImportSelector.class - [JAR]
com.github.softwarevax.dict.mybatis.starter.configuation
├─ com.github.softwarevax.dict.mybatis.starter.configuation.DictionaryAutoConfiguration.class - [JAR]
├─ com.github.softwarevax.dict.mybatis.starter.configuation.DictionaryConstant.class - [JAR]
com.github.softwarevax.dict.mybatis.starter.configuation.annoation
├─ com.github.softwarevax.dict.mybatis.starter.configuation.annoation.EnableDictionary.class - [JAR]
com.github.softwarevax.dict.mybatis.starter.web
├─ com.github.softwarevax.dict.mybatis.starter.web.DictionaryController.class - [JAR]