(eclipse) springboot-1 hello world

hello world         创建一个helloworld @Controller public class HelloWorld {     @RequestMapping("/hello")     public String hello() {         return "helloworld";     } } 运行 package com.shj.springboot; i
相关文章
相关标签/搜索