提交 dae19cd3 编写于 作者: IBZGIT01's avatar IBZGIT01

ibizdev提交

上级 3f5dd400
package cn.ibizlab.demo.springboot.rest;
import org.springframework.web.bind.annotation.PostMapping;
import org.springframework.web.bind.annotation.RestController;
@RestController
public class ENTITYController{
@PostMapping(value="/demo/springboot/entity")
public String hello(){
return String.format("您好,您目前正在访问[%s]实体","ENTITY");
}
}
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册