jar

top.continew : continew-starter-extension-crud-core

Maven & Gradle

Jun 05, 2024
31 stars

ContiNew Starter 扩展模块 - CRUD(增删改查) - 核心模块

Table Of Contents

Latest Version

Download top.continew : continew-starter-extension-crud-core JAR file - Latest Versions:

All Versions

Download top.continew : continew-starter-extension-crud-core JAR file - All Versions:

Version Vulnerabilities Size Updated
2.1.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 continew-starter-extension-crud-core-2.1.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

top.continew.starter.extension.crud.autoconfigure

├─ top.continew.starter.extension.crud.autoconfigure.CrudRequestMappingHandlerMapping.class - [JAR]

├─ top.continew.starter.extension.crud.autoconfigure.CrudRestControllerAutoConfiguration.class - [JAR]

top.continew.starter.extension.crud.model.req

├─ top.continew.starter.extension.crud.model.req.BaseReq.class - [JAR]

top.continew.starter.extension.crud.constant

├─ top.continew.starter.extension.crud.constant.ContainerPool.class - [JAR]

top.continew.starter.extension.crud.model.query

├─ top.continew.starter.extension.crud.model.query.SortQuery.class - [JAR]

top.continew.starter.extension.crud.enums

├─ top.continew.starter.extension.crud.enums.Api.class - [JAR]

top.continew.starter.extension.crud.annotation

├─ top.continew.starter.extension.crud.annotation.CrudRequestMapping.class - [JAR]

├─ top.continew.starter.extension.crud.annotation.DictField.class - [JAR]

├─ top.continew.starter.extension.crud.annotation.EnableCrudRestController.class - [JAR]

├─ top.continew.starter.extension.crud.annotation.TreeField.class - [JAR]

top.continew.starter.extension.crud.util

├─ top.continew.starter.extension.crud.util.TreeUtils.class - [JAR]

├─ top.continew.starter.extension.crud.util.ValidateGroup.class - [JAR]

top.continew.starter.extension.crud.model.resp

├─ top.continew.starter.extension.crud.model.resp.BaseDetailResp.class - [JAR]

├─ top.continew.starter.extension.crud.model.resp.BaseResp.class - [JAR]

├─ top.continew.starter.extension.crud.model.resp.LabelValueResp.class - [JAR]

top.continew.starter.extension.crud.service

├─ top.continew.starter.extension.crud.service.CommonUserService.class - [JAR]