最贊回答 / qq_永恒之樂_0
前端:https://gitee.com/xiangze/areadisplay/tree/master 后端:https://gitee.com/xiangze/demo
2018-09-13
最新回答 / 慕移動(dòng)9181930
自己敲些代碼…在那上面引用自己每天新學(xué)到的代碼…并用它們來寫每天的筆記………那樣子記挺容易的喲。這方法真的很容易記住(′?ω?`)。任何語言的都是代碼堆砌而成的,漢字學(xué)多了才能寫文章嘛任何部件的基礎(chǔ)都是代碼,無論是Vb還是.net,只不過是語言開發(fā)商將代碼封裝好成組件以便于開發(fā)而已
2018-09-12
最新回答 / 是淚還是累
?# LifeAssistantApplication.class 一定要改成你自己的springboot的啟動(dòng)類,我也是網(wǎng)上拷貝的Application.clas導(dǎo)致出錯(cuò)。public class SpringBootStartApplication extends SpringBootServletInitializer {??? @Override??? protected Spr...
2018-09-08
最贊回答 / 慕虎638682
錯(cuò)誤原因:沒有在主函數(shù)的類中對(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