已采納回答 / 慕數據7556717
https://pan.baidu.com/s/1bp1LSGf/ 親測可用,不過我用的是win客戶端版的,Chrome插件之前在Ubuntu裝過
2018-03-18
Could not resolve placeholder 'cupSize' in value "${cupSize}":
報這個錯誤的解決方法:
在SpringApplication中添加@Component @PropertySource("applicaton.yml")
然后注意context-path: /springboot 路徑要有斜杠
報這個錯誤的解決方法:
在SpringApplication中添加@Component @PropertySource("applicaton.yml")
然后注意context-path: /springboot 路徑要有斜杠
2018-03-18
spring 2.0中findOne(id)已改為findById(id).get()
http://blog.csdn.net/lzj4423996/article/details/79437687
http://blog.csdn.net/lzj4423996/article/details/79437687
2018-03-17
Caused by: java.lang.IllegalArgumentException: Could not resolve placeholder 'cupSize' in value "${cupSize}"
2018-03-17