最新回答 / 是淚還是累
?# LifeAssistantApplication.class 一定要改成你自己的springboot的啟動(dòng)類(lèi),我也是網(wǎng)上拷貝的Application.clas導(dǎo)致出錯(cuò)。public class SpringBootStartApplication extends SpringBootServletInitializer {??? @Override??? protected Spr...
2018-09-08
最贊回答 / 慕沐6185502
缺版本號(hào),需要的配置可以在https://mvnrepository.com/?這個(gè)上查詢(xún),版本不一致會(huì)存在沖突
2018-09-07
最贊回答 / 慕虎638682
錯(cuò)誤原因:沒(méi)有在主函數(shù)的類(lèi)中對(duì)Mapper層進(jìn)行掃描。解決:加上對(duì)mapper層的掃描MapperScan@ComponentScan(basePackages = { "cn.iponkan.controller"})@MapperScan(basePackages = {"cn.iponkan.mapper"})@EnableAutoConfigurationpublic class SpringBootApplication {????public static void main(String[]...
2018-09-06
最新回答 / BinaryRhythm
報(bào)錯(cuò)信息:Description Resource Path Location Type1 problem was encountered while building the effective model for org.springframework.boot:spring-boot-maven-plugin:1.5.15.RELEASE[FATAL] Non-parseable POM C:\Users\ViceCode\.m2\repository\com\fasterxml\jackson\j...
2018-09-05
最新回答 / 用戶(hù)1085703
數(shù)據(jù)庫(kù)創(chuàng)建要是utf8,數(shù)據(jù)庫(kù)連接要utf8,<...圖片...><...圖片...>
2018-09-05
最新回答 / puikiri
url is not defined......<...圖片...><...圖片...>報(bào)的是URL沒(méi)有? ,編輯和添加都是有入?yún)⒌?, 在寫(xiě)URL的時(shí)候要寫(xiě)入?yún)ⅲ热纾?...圖片...>
2018-09-05
最新回答 / 豆芽熊
mockito-core.jar現(xiàn)在依賴(lài)于: ????????????????????????????byte-buddy.jar ????????????????????????????byte-buddy-agent.jar ????????????????????????????objenesis.j...
2018-09-04