- 博客(3)
- 收藏
- 关注
原创 函数调用的小错误
实现客户管理系统的菜单栏时候遇到一个小错误,程序没有报错,这也让自己找了很久,不得不重新走一下ssm框架的思路,但是框架问题也没有。菜单栏的数据就是传送不出来,后来直接将改为List fromType = dictService.getBaseDictByCode(“002”);数据又传送过来,所以我肯定是在利用注解的时候customer_from_type的时候出的错${cu...
2019-03-18 16:41:22
439
转载 mybatis动态注入#{}和${}的区别
今天做客户管理系统时候遇到一个问题是关于#{}和${}的对于这两个有点混淆,所以百度一下1 #是将传入的值当做字符串的形式, eg:select id,name,age from student where id=#{id},当前端把 id 值 1,传入到后台的时候,就相当于 select id,name,age from studentwhere id =‘1’.2 是将传入的数据直...
2019-03-17 20:17:42
304
原创 class path resource [mybatis/SqlMapConfig.xml] cannot be opened because it does not exist
在eclipse上配置ssm框架的时候出现一下问题,一直困扰很久。Error creating bean with name ‘org.mybatis.spring.SqlSessionFactoryBean#0’ defined in file [E:\tools\apache-tomcat-8.5.33\webapps\boot-crm\WEB-INF\classes\spring\appl...
2019-03-13 16:38:18
6972
2
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅