@RestController public class TestController extends Object
TestController()
String
hello()
test()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public TestController()
@RolesAllowed(value="TEST") @GetMapping(value="test") public String test()
@GetMapping(value="hello") public String hello()
Copyright © 2023. All rights reserved.