摘要: 1、 @Test public void invokeDemo() throws Exception { UserController userController = new UserController(); //获取字节码对象 Class<? extends UserController> c 阅读全文
posted @ 2020-08-26 22:21 songjn 阅读(106) 评论(0) 推荐(0) 编辑
摘要: import org.springframework.context.annotation.Bean; import org.springframework.context.annotation.Configuration; import org.springframework.web.cors.C 阅读全文
posted @ 2020-08-26 18:02 songjn 阅读(682) 评论(0) 推荐(0) 编辑