All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.github.portaldalaran.taming.annotation.RequestQueryParam Maven / Gradle / Ivy

Go to download

The is Mybatis plus extension tool, extend and encapsulate the request parameter as QueryWrapper 对于Mybatis plus的扩展工具,对request传入参数扩展并封装为QueryWrapper

There is a newer version: 1.0.18
Show newest version
package io.github.portaldalaran.taming.annotation;

import java.lang.annotation.*;

/**
 * spring mvc controller input parameters annotation
 *
 * @author aohee
 */
@Target(ElementType.PARAMETER)
@Retention(RetentionPolicy.RUNTIME)
@Documented
public @interface RequestQueryParam {
    String value() default "";
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy