最新回答 / 慕移动9181930
自己敲些代码…在那上面引用自己每天新学到的代码…并用它们来写每天的笔记………那样子记挺容易的哟。这方法真的很容易记住(′?ω?`)。任何语言的都是代码堆砌而成的,汉字学多了才能写文章嘛任何部件的基础都是代码,无论是Vb还是.net,只不过是语言开发商将代码封装好成组件以便于开发而已
2018-09-12
最新回答 / 是泪还是累
# LifeAssistantApplication.class 一定要改成你自己的springboot的启动类,我也是网上拷贝的Application.clas导致出错。public class SpringBootStartApplication extends SpringBootServletInitializer { @Override protected Spr...
2018-09-08
最赞回答 / 慕虎638682
错误原因:没有在主函数的类中对Mapper层进行扫描。解决:加上对mapper层的扫描MapperScan@ComponentScan(basePackages = { "cn.iponkan.controller"})@MapperScan(basePackages = {"cn.iponkan.mapper"})@EnableAutoConfigurationpublic class SpringBootApplication { public static void main(String[]...
2018-09-06
最新回答 / BinaryRhythm
报错信息: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