Loading... 使用 SpringInitalizr 方式搭建的 SpringBoot 项目,会自动加入 spring-boot-starter-test 测试依赖启动器,无需开发者手动添加 ![][1] 编写测试类 ![][2] package com.example.demo1; import org.junit.jupiter.api.Test; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.boot.test.context.SpringBootTest; @SpringBootTest class Demo1ApplicationTests { @Autowired private HelloWorld HelloWorld; @Test public void setHelloControllerTest() { String hello = HelloWorld.Hello(); System.out.println(hello); } } 点击运行,开始测试 ![][3] [1]: https://img.crushta.cn/img/blog/article/41/springboot-01.png [2]: https://img.crushta.cn/img/blog/article/41/springboot-02.png [3]: https://img.crushta.cn/img/blog/article/41/springboot-03.png 最后修改:2024 年 01 月 19 日 © 允许规范转载 赞 如果觉得我的文章对你有用,请随意赞赏