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

ibizdev提交

上级 0299f2ea
流水线 #773 已取消 ,包含阶段
...@@ -8,7 +8,7 @@ import org.springframework.web.bind.annotation.RestController; ...@@ -8,7 +8,7 @@ import org.springframework.web.bind.annotation.RestController;
public class DBETController{ public class DBETController{
@PostMapping(value="/demo/springboot/dbet") @PostMapping(value="/demo/springboot/dbet")
public String hello(){ public String hello_huwei(){
return String.format("您好,您目前正在访问[%s]实体","DBET"); return String.format("您好,您目前正在访问[%s]实体","DBET");
} }
} }
......
...@@ -8,7 +8,7 @@ import org.springframework.web.bind.annotation.RestController; ...@@ -8,7 +8,7 @@ import org.springframework.web.bind.annotation.RestController;
public class ENTITY2Controller{ public class ENTITY2Controller{
@PostMapping(value="/demo/springboot/entity2") @PostMapping(value="/demo/springboot/entity2")
public String hello(){ public String hello_huwei(){
return String.format("您好,您目前正在访问[%s]实体","ENTITY2"); return String.format("您好,您目前正在访问[%s]实体","ENTITY2");
} }
} }
......
...@@ -8,7 +8,7 @@ import org.springframework.web.bind.annotation.RestController; ...@@ -8,7 +8,7 @@ import org.springframework.web.bind.annotation.RestController;
public class ENTITYController{ public class ENTITYController{
@PostMapping(value="/demo/springboot/entity") @PostMapping(value="/demo/springboot/entity")
public String hello(){ public String hello_huwei(){
return String.format("您好,您目前正在访问[%s]实体","ENTITY"); return String.format("您好,您目前正在访问[%s]实体","ENTITY");
} }
} }
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册