【SpringBoot】Controller与Test

第一个SpringBoot程序:

@RestController

public class HelloController{

      @RequestMapping("/hello")

      public String hello(){

               return "Hello @ Spring Boot!!!";

      }

}

 

单元测试:

@SpringBootTest

public class HelloTest{

      @Test

      public void hello(){

     System.out.println("Hello Spring Boot Test");

}

}

相关推荐

  1. 【SpringBoot】ControllerTest

    2024-07-19 12:32:01       17 阅读
  2. <span style='color:red;'>TEST</span>!!!!

    TEST!!!!

    2024-07-19 12:32:01      30 阅读
  3. Boost.PythonBOOST_TEST_EQ宏的示例编程

    2024-07-19 12:32:01       53 阅读
  4. <span style='color:red;'>test</span>1111

    test1111

    2024-07-19 12:32:01      59 阅读
  5. test02

    2024-07-19 12:32:01       41 阅读
  6. libcurl test

    2024-07-19 12:32:01       36 阅读

最近更新

  1. docker php8.1+nginx base 镜像 dockerfile 配置

    2024-07-19 12:32:01       67 阅读
  2. Could not load dynamic library ‘cudart64_100.dll‘

    2024-07-19 12:32:01       71 阅读
  3. 在Django里面运行非项目文件

    2024-07-19 12:32:01       58 阅读
  4. Python语言-面向对象

    2024-07-19 12:32:01       69 阅读

热门阅读

  1. WPF之URI的使用

    2024-07-19 12:32:01       22 阅读
  2. oracle显示列名,列注释

    2024-07-19 12:32:01       17 阅读
  3. vite+vue3项目初始化搭建

    2024-07-19 12:32:01       15 阅读
  4. wsdl接口返回xml数据接收

    2024-07-19 12:32:01       17 阅读
  5. CSAPP看了快半年了

    2024-07-19 12:32:01       17 阅读
  6. STM32中volatile关键字

    2024-07-19 12:32:01       17 阅读
  7. 最长公共子序列和最长公共子串模板(LCS)

    2024-07-19 12:32:01       20 阅读
  8. Nginx:常规配置参考

    2024-07-19 12:32:01       18 阅读
  9. Python面试题:Python的内置函数与自定义函数

    2024-07-19 12:32:01       14 阅读
  10. 微服务之间Feign调用

    2024-07-19 12:32:01       22 阅读
  11. 防火墙(firewall)详细介绍

    2024-07-19 12:32:01       17 阅读
  12. YOLOv7简介

    2024-07-19 12:32:01       23 阅读
  13. Zabbix的安装部署及使用流程

    2024-07-19 12:32:01       22 阅读