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 mybatis-plus-dao-1.1.1-2023.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.nbsaas.boot.mp.core
├─ com.nbsaas.boot.mp.core.BaseResource.class - [JAR]
com.nbsaas.boot.mp.logging
├─ com.nbsaas.boot.mp.logging.StdOutImpl.class - [JAR]
com.nbsaas.boot.mp.utils
├─ com.nbsaas.boot.mp.utils.MyBatisHelper.class - [JAR]
├─ com.nbsaas.boot.mp.utils.MybatisWrapperUtils.class - [JAR]
├─ com.nbsaas.boot.mp.utils.QueryWrapperUtils.class - [JAR]
com.nbsaas.boot.mp.domain
├─ com.nbsaas.boot.mp.domain.Example.class - [JAR]