- 博客(4)
- 收藏
- 关注
转载 springboot整合Mybatis扫描不到mapper问题
提示找不到mapper 在你的application启动类加上注解 @MapperScan(“com.minibike.bike.user.dao”) 路径为你的mapper接口的路径 也就是你的dao层路径
2018-03-08 10:10:46 3930
原创 mybatis打印sql日志
SpringMVC-servlet.xml id="sqlSessionFactory" class="org.mybatis.spring.SqlSessionFactoryBean"> name="dataSource" ref="dataSource" /> name="configLocation" value="classpath:mybatis-config
2017-12-08 16:05:23 548
转载 关于ajax中执行 window.location.href不跳转问题
$.ajax({ url: "/Ajax/System/ajaxcheshi.ashx", dataType:'text', // datatype: "json", type: "post", data:user,//,q
2017-12-07 11:46:36 6128
转载 oracle一个创建用户、创建表空间、授权、建表的完整过程
1.首先我们可以用scott用户以sysdba的身份登录oracle. Sql代码 conn scott/tiger as sysdba 2.然后我就可以来创建用户了. Sql代码 create user zzg identified by zzg123; 3.创建好用户我们接着就可以修改用户的密码.
2017-11-09 17:23:33 1566
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人