@RestController(value="fakeController") public static class SpringWebBeanResolutionTest.TestApplication.FakeController extends Object
FakeController()
String
hello(String name)
resource(String file)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public FakeController()
@RequestMapping(value="fake/hello/{name}") public String hello(@PathVariable String name)
@RequestMapping(value="fake/resources/{file}") public String resource(@PathVariable String file)
Copyright © 2021. All rights reserved.