4、Spring Boot 使用MockMvc測試Controller

基礎環境:按照之前的《3、一個簡單的Spring Boot web程序》文章搭建環境   1、在src/test/java/的com.example.demo包裏新建一個測試類:   代碼: package com.example.demo; import org.junit.Before; import org.junit.Test; import org.junit.runner.RunWi
相關文章
相關標籤/搜索