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

Method test3

ch2/RequestMappingTest.java:19–22  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

17 }
18
19 @RequestMapping("/login/**/tmp/*.do") // /login/tmp/hello.do, /login/aaa/tmp/hello.do
20 public void test3(){
21 System.out.println("urlpattern=/login/**/tmp/*.do");
22 }
23
24 @RequestMapping("/login/??")
25 public void test4(){ // /login/hi, /login/my.car

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected