08 2020 档案

摘要:springboot项目默认集成了logback application.properties logging.level.com.lhh.myspringboot.dao.AdminDao = DEBUG 其中com.lhh.myspringboot.dao.AdminDao为其dao接口所在的全 阅读全文
posted @ 2020-08-05 14:47 从来没有平凡的时刻 阅读(12436) 评论(0) 推荐(1)
摘要:1.Caused by: org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type 'com.lhh.myspringboot.service.AdminService' a 阅读全文
posted @ 2020-08-04 20:14 从来没有平凡的时刻 阅读(2628) 评论(0) 推荐(1)
摘要:在mysql中 create table Student( Student_ID int(6) NOT NULL PRIMARY KEY AUTO_INCREMENT, Student_Name varchar(10) NOT NULL, Student_Age int(2) NOT NULL ); 阅读全文
posted @ 2020-08-04 19:35 从来没有平凡的时刻 阅读(583) 评论(0) 推荐(0)
摘要:网上找了一大圈,楞是没有非同名数据库的导入, 由于导出的数据库没权限操作,只能拿到导出的sql文件, 这边导入的库没有权限改名称。所以非同名数据库导入sql文件这条路必须走 上图: 打开sql文件, 删除sql文件中的两行,这两行会创建并使用rmxzx-db,而这个数据库名和要导入的数据库名不相同, 阅读全文
posted @ 2020-08-04 10:54 从来没有平凡的时刻 阅读(231) 评论(0) 推荐(0)
摘要:1.org.apache.ibatis.binding.BindingException: Invalid bound statement (not found)问题 即在mybatis中dao接口与mapper配置文件在做映射绑定的时候出现问题,简单说,就是接口与xml要么是找不到,要么是找到了却 阅读全文
posted @ 2020-08-03 22:30 从来没有平凡的时刻 阅读(310) 评论(0) 推荐(0)
摘要:https://blog.csdn.net/tianshan2010/article/details/105889133/ 阅读全文
posted @ 2020-08-03 22:23 从来没有平凡的时刻 阅读(550) 评论(0) 推荐(0)
摘要:启动springboot,报错 ***************************APPLICATION FAILED TO START*************************** Description: An attempt was made to call a method th 阅读全文
posted @ 2020-08-02 16:51 从来没有平凡的时刻 阅读(10618) 评论(0) 推荐(0)