摘要: <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-devtools</artifactId> <optional>true</optional> </dependency> 阅读全文
posted @ 2021-06-22 15:25 西红柿里没有番茄 阅读(77) 评论(0) 推荐(0) 编辑
摘要: 项目目录 Get请求测试类 package com.example.demo.testRestTemplate; import com.example.demo.pojo.User; import org.junit.Test; import org.springframework.http.*; 阅读全文
posted @ 2021-06-22 14:42 西红柿里没有番茄 阅读(395) 评论(0) 推荐(0) 编辑