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

ibizdev提交

上级 dae19cd3
流水线 #329 已失败 ,包含阶段
package cn.ibizlab.demo.springboot.rest;
import org.springframework.web.bind.annotation.PostMapping;
import org.springframework.web.bind.annotation.RestController;
@RestController
public class ENTITY2Controller{
@PostMapping(value="/demo/springboot/entity2")
public String hello(){
return String.format("您好,您目前正在访问[%s]实体","ENTITY2");
}
}
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册