@RestController(value="x") public class TestController extends Object
| Constructor and Description |
|---|
TestController() |
| Modifier and Type | Method and Description |
|---|---|
Object |
removeBeanDefinition() |
Object |
search() |
void |
test(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
@RequestMapping(value="/registerBean") public Object search() throws NoSuchMethodException
NoSuchMethodExceptionpublic void test(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
@RequestMapping(value="/removeBeanDefinition") public Object removeBeanDefinition()
Copyright © 2022. All rights reserved.