jar

com.github.gx304419380 : dynamic-rule

Maven & Gradle

Jul 30, 2021
1 stars

dynamic-rule · this is powerful project used for generate api on the fly! you can add/update/delete your business logic when the program is running.

Table Of Contents

Latest Version

Download com.github.gx304419380 : dynamic-rule JAR file - Latest Versions:

All Versions

Download com.github.gx304419380 : dynamic-rule JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0.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 dynamic-rule-1.0.3.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.fly.dynamic.dto

├─ com.fly.dynamic.dto.Page.class - [JAR]

├─ com.fly.dynamic.dto.RuleBriefDto.class - [JAR]

├─ com.fly.dynamic.dto.RuleDetailDto.class - [JAR]

com.fly.dynamic.dao

├─ com.fly.dynamic.dao.RuleDao.class - [JAR]

com.fly.dynamic.config

├─ com.fly.dynamic.config.DynamicRuleConfig.class - [JAR]

├─ com.fly.dynamic.config.DynamicRuleWebMvcConfig.class - [JAR]

├─ com.fly.dynamic.config.EnableDynamicRule.class - [JAR]

com.fly.dynamic.entity

├─ com.fly.dynamic.entity.Rule.class - [JAR]

├─ com.fly.dynamic.entity.RuleResult.class - [JAR]

com.fly.dynamic.controller

├─ com.fly.dynamic.controller.DynamicController.class - [JAR]

├─ com.fly.dynamic.controller.RuleController.class - [JAR]

com.fly.dynamic.common

├─ com.fly.dynamic.common.RuleErrorHandler.class - [JAR]

├─ com.fly.dynamic.common.RuleErrorMessage.class - [JAR]

com.fly.dynamic.service

├─ com.fly.dynamic.service.DynamicService.class - [JAR]

├─ com.fly.dynamic.service.RuleService.class - [JAR]