com.github.meazza.PostBody Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of spring-boot-request-copy Show documentation
Show all versions of spring-boot-request-copy Show documentation
Provide Spring MVC @RequestCopy annotation
package com.github.meazza;
import lombok.Data;
@Data
public class PostBody {
private Long id;
private String name;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy