@qq_忘憂草_173724207 按照老師的說法,正常的不會(huì)出現(xiàn)第一層時(shí)間倒計(jì)時(shí)進(jìn)去時(shí)間還沒到的情況。只有在比如開著頁面好幾天的時(shí)候會(huì)出現(xiàn)倒計(jì)時(shí)快慢的情況。
Caused by: java.lang.IllegalArgumentException: Could not resolve placeholder 'seckillId' in string value "/${seckillId}/${md5}/execution"
如果出現(xiàn)這種異常,在
<context:property-placeholder location="classpath:jdbc.properties" ignore-unresolvable="true"/>
加上ignore-unresolvable="true"
如果出現(xiàn)這種異常,在
<context:property-placeholder location="classpath:jdbc.properties" ignore-unresolvable="true"/>
加上ignore-unresolvable="true"
2018-04-08
跟著老師的做完了,并沒有遇到什么問題。
自己想項(xiàng)目中添加了詳細(xì)的注釋,分享給大家 https://github.com/colg-cloud/seckill
記得star和fork噢~
自己想項(xiàng)目中添加了詳細(xì)的注釋,分享給大家 https://github.com/colg-cloud/seckill
記得star和fork噢~
2018-04-07