MCPcopy Create free account
hub / github.com/castello/spring_basic / test4

Method test4

ch2/RequestMappingTest.java:24–27  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

22 }
23
24 @RequestMapping("/login/??")
25 public void test4(){ // /login/hi, /login/my.car
26 System.out.println("urlpattern=/login/??");
27 }
28
29 @RequestMapping("*.do") // /hello.do, /hi.do, /login/hi.do
30 public void test5(){

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected