@Test
 public void getPersonByName() {
   String name = "张三";
   System.out.println(springMVCDemo.getPersonByName(name));
 }