ControllerText.java

Signed-off-by: 王壕 <1798488403@qq.com>
wangh_branch
王壕 3 years ago
parent c4f35b70b4
commit f653b17853

@ -50,11 +50,6 @@ public class ControllerText {
map.put("message", message); map.put("message", message);
return map; return map;
} }
@Operation(summary = "获取列表",description = "test")
@RequestMapping("")
public String getText(){
return "hello world";
}
@Autowired @Autowired
JdbcTemplate jct; JdbcTemplate jct;

Loading…
Cancel
Save