感谢大家 刚开始一直404 正郁闷,往下翻了评论,
@RequestMapping(value = "/list", method = RequestMethod.GET)
之前用的name 改为value 后可以访问了. 我的访问路径是http://localhost:8080/seckill/list
@Controller
@RequestMapping("/seckill") //url: /模块/资源/{id}/细分 /seckill/list
public class SeckillController {
希望能帮到大家
@RequestMapping(value = "/list", method = RequestMethod.GET)
之前用的name 改为value 后可以访问了. 我的访问路径是http://localhost:8080/seckill/list
@Controller
@RequestMapping("/seckill") //url: /模块/资源/{id}/细分 /seckill/list
public class SeckillController {
希望能帮到大家
2017-01-11
加了一行js代码解决了modal.backdrop掩盖的问题。$(.modal-backdrop)..css("z-index","0");按道理说modal的z-index是1050比backdrop的1040大……应该不会出现这种问题啊!有了解的同学讲一下吗。
2017-01-09
we failed to succeed more than the maximum number of allowed acquisition attempts (2). Last acquisition attempt exception:
java.sql.SQLException: Access denied for user 'root'@'localhost' (using password: YES)
java.sql.SQLException: Access denied for user 'root'@'localhost' (using password: YES)
2017-01-04
com.mchange.v2.resourcepool.BasicResourcePool$AcquireTask run
警告: com.mchange.v2.resourcepool.BasicResourcePool$AcquireTask@7f6c70a9 -- Acquisition Attempt Failed!!! Clearing pending acquires. While trying to acquire a needed new resource,
警告: com.mchange.v2.resourcepool.BasicResourcePool$AcquireTask@7f6c70a9 -- Acquisition Attempt Failed!!! Clearing pending acquires. While trying to acquire a needed new resource,
2017-01-04