| 程序包 | 说明 |
|---|---|
| cn.thinkinginjava.mockit.example.controller | |
| cn.thinkinginjava.mockit.example.service |
| 限定符和类型 | 方法和说明 |
|---|---|
ResultDTO |
MockTestController.hello(String name)
The hello() method is a controller method that handles the HTTP request for the "hello" endpoint.
|
ResultDTO |
MockTestController.hello2(String name) |
| 限定符和类型 | 方法和说明 |
|---|---|
ResultDTO |
MockTestService.say(String name)
The say() method is a service method that takes a name parameter and returns a ResultDTO object.
|
ResultDTO |
MockTestService.say2(String name) |
Copyright © 2023. All rights reserved.