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

Method test5

ch2/RequestMappingTest.java:29–32  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

27 }
28
29 @RequestMapping("*.do") // /hello.do, /hi.do, /login/hi.do
30 public void test5(){
31 System.out.println("urlpattern=*.do");
32 }
33
34 @RequestMapping("/*.???") // /hello.aaa, /abc.txt
35 public void test6(){

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected