jar

net.xdob.pf4boot : plugin1

Maven & Gradle

Nov 20, 2022
3 stars

pf4boot · 基于pf4j 设计的Spring Boot插件框架

Table Of Contents

Latest Version

Download net.xdob.pf4boot : plugin1 JAR file - Latest Versions:

All Versions

Download net.xdob.pf4boot : plugin1 JAR file - All Versions:

Version Vulnerabilities Size Updated
0.11.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window plugin1-0.11.2.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

net.xdob.demo.plugin1

├─ net.xdob.demo.plugin1.BookMgr.class - [JAR]

├─ net.xdob.demo.plugin1.BookMgrController.class - [JAR]

├─ net.xdob.demo.plugin1.BookMgrImpl.class - [JAR]

├─ net.xdob.demo.plugin1.Computer.class - [JAR]

├─ net.xdob.demo.plugin1.ComputerImpl.class - [JAR]

├─ net.xdob.demo.plugin1.Plugin1Plugin.class - [JAR]

├─ net.xdob.demo.plugin1.Plugin1Starter.class - [JAR]

├─ net.xdob.demo.plugin1.UserMgr.class - [JAR]

├─ net.xdob.demo.plugin1.UserMgrImpl.class - [JAR]

net.xdob.demo.plugin1.dao.entity

├─ net.xdob.demo.plugin1.dao.entity.User.class - [JAR]

net.xdob.demo.plugin1.dao.repository

├─ net.xdob.demo.plugin1.dao.repository.UserRepository.class - [JAR]