java spring boot返回json的写法
2021-02-10 07:15
标签:control res string ajax bind ati ash demo arraylist java spring boot返回json的写法 (用于写接口) 加了 java spring boot返回json的写法 标签:control res string ajax bind ati ash demo arraylist 原文地址:https://www.cnblogs.com/newmiracle/p/12744486.html@RestController 控制器的返回值就会返回json了
package com.example.demo2122;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.RequestParam;
import org.springframework.web.bind.annotation.RestController;
import java.util.*;
@RestController
public class HelloControl {
@GetMapping("/hello")
public Map
文章标题:java spring boot返回json的写法
文章链接:http://soscw.com/index.php/essay/53456.html