类 TestWebController

所有已实现的接口:
org.springframework.beans.factory.InitializingBean

@RestController @RequestMapping("/test/web") public class TestWebController extends PushController
  • 构造器详细资料

    • TestWebController

      @Autowired public TestWebController(org.springframework.jdbc.core.JdbcTemplate jdbcTemplate, UserServiceImpl userService)
  • 方法详细资料

    • batchInsert

      @RequestMapping("/batch_insert") public com.walker.web.ResponseValue batchInsert()
    • testPushMessage

      @RequestMapping("/push_msg") public com.walker.web.ResponseValue testPushMessage() throws Exception
      抛出:
      Exception
    • testTransactionRollback

      @Transactional @RequestMapping("/rollback") public com.walker.web.ResponseValue<String> testTransactionRollback(String error)
    • testPoJson

      @RequestMapping("/po") public com.walker.web.ResponseValue testPoJson() throws Exception
      抛出:
      Exception
    • testJdbc

      @RequestMapping("/jdbc") public com.walker.web.ResponseValue testJdbc()