(eclipse) springboot-1 hello world

hello world         創建一個helloworld @Controller public class HelloWorld {     @RequestMapping("/hello")     public String hello() {         return "helloworld";     } } 運行 package com.shj.springboot; i
相關文章
相關標籤/搜索