|  | @ -17,7 +17,37 @@ public class DemoController {
 | 
	
		
			
				|  |  |     private JdbcTemplate jdbcTemplate;
 | 
	
		
			
				|  |  | 
 | 
	
		
			
				|  |  |     @RequestMapping(value = "/testSQL", method = RequestMethod.GET)
 | 
	
		
			
				|  |  |     public String loginfo(
 | 
	
		
			
				|  |  |     public String loginfoGET(
 | 
	
		
			
				|  |  |             String sql
 | 
	
		
			
				|  |  |     ) {
 | 
	
		
			
				|  |  |         jdbcTemplate.queryForList(sql);
 | 
	
		
			
				|  |  |         jdbcTemplate.queryForList(sql);
 | 
	
		
			
				|  |  |         jdbcTemplate.queryForList(sql);
 | 
	
		
			
				|  |  |         return "成功";
 | 
	
		
			
				|  |  |     }
 | 
	
		
			
				|  |  | 
 | 
	
		
			
				|  |  |     @RequestMapping(value = "/testSQL", method = RequestMethod.DELETE)
 | 
	
		
			
				|  |  |     public String loginfoDELETE(
 | 
	
		
			
				|  |  |             String sql
 | 
	
		
			
				|  |  |     ) {
 | 
	
		
			
				|  |  |         jdbcTemplate.queryForList(sql);
 | 
	
		
			
				|  |  |         jdbcTemplate.queryForList(sql);
 | 
	
		
			
				|  |  |         jdbcTemplate.queryForList(sql);
 | 
	
		
			
				|  |  |         return "成功";
 | 
	
		
			
				|  |  |     }
 | 
	
		
			
				|  |  | 
 | 
	
		
			
				|  |  |     @RequestMapping(value = "/testSQL", method = RequestMethod.PUT)
 | 
	
		
			
				|  |  |     public String loginfoPUT(
 | 
	
		
			
				|  |  |             String sql
 | 
	
		
			
				|  |  |     ) {
 | 
	
		
			
				|  |  |         jdbcTemplate.queryForList(sql);
 | 
	
		
			
				|  |  |         jdbcTemplate.queryForList(sql);
 | 
	
		
			
				|  |  |         jdbcTemplate.queryForList(sql);
 | 
	
		
			
				|  |  |         return "成功";
 | 
	
		
			
				|  |  |     }
 | 
	
		
			
				|  |  | 
 | 
	
		
			
				|  |  |     @RequestMapping(value = "/testSQL", method = RequestMethod.POST)
 | 
	
		
			
				|  |  |     public String loginfoPOST(
 | 
	
		
			
				|  |  |             String sql
 | 
	
		
			
				|  |  |     ) {
 | 
	
		
			
				|  |  |         jdbcTemplate.queryForList(sql);
 | 
	
	
		
			
				|  | @ -28,7 +58,7 @@ public class DemoController {
 | 
	
		
			
				|  |  | 
 | 
	
		
			
				|  |  |     @RequestMapping(value = "/testSQL/{value}", method = RequestMethod.GET)
 | 
	
		
			
				|  |  |     public String loginfoValue(
 | 
	
		
			
				|  |  |             @PathVariable(value = "value")String value
 | 
	
		
			
				|  |  |             @PathVariable(value = "value") String value
 | 
	
		
			
				|  |  |     ) {
 | 
	
		
			
				|  |  |         jdbcTemplate.queryForList(value);
 | 
	
		
			
				|  |  |         jdbcTemplate.queryForList(value);
 |