Easter79 Easter79
3年前
springboot+mybatis+达梦数据库
准备工作:首先,安装达梦6数据库。安装完之后如下建表!(https://oscimg.oschina.net/oscnet/56a34f632f1f61e6c38a1027a560fb69ead.png)然后,很重要的一点(写法一定要这样写,否则无限报错)达梦数据库查表方式:select \ from  "库名"
Easter79 Easter79
3年前
springboot+mybatis遇到BUG:自动注入失败
今天用springbootmybatis写一个小demo遇到如下错误ErrorstartingApplicationContext.Todisplaytheconditionsreportrerunyourapplicationwith'debug'enabled.2019040814:11:11.3
Stella981 Stella981
3年前
Shiro简介——跟我学习springmvc shiro mybatis
1.1 简介ApacheShiro是Java的一个安全框架。目前,使用ApacheShiro的人越来越多,因为它相当简单,对比SpringSecurity,可能没有SpringSecurity做的功能强大,但是在实际工作时可能并不需要那么复杂的东西,所以使用小而简单的Shiro就足够了。对于它俩到底哪个好,这个不必纠结,能更简单
Easter79 Easter79
3年前
SSM(Spring + Springmvc + Mybatis)框架面试题
JAVASSM框架基础面试题https://blog.csdn.net/qq\_39031310/article/details/83050192SSM(SpringSpringmvcMyba
Wesley13 Wesley13
3年前
Java项目笔记之知识点总结03
不点蓝字,我们哪来故事?SSM本质是Spring去集成SpringMVC和MyBatis,即控制器对象、业务对象、Mapper对象等都交由Spring容器管理,使用SpringIoC和DI来完成对象创建及其属性注入,使用AOP来配置事务。作用是在框架上基础上开发,发挥各
Stella981 Stella981
3年前
Mybatis中传递多个参数的方法总结
一、单个参数:publicList<XXBeangetXXBeanList(StringxxCode);<selectid"getXXXBeanList"parameterType"java.lang.String"resultType"XXBean"  selectt.
Stella981 Stella981
3年前
SSM(SpringMVC+Spring+Mybatis)框架学习理解
近期做到的项目中,用到的框架是SSM(SpringMVCSpringMybatis)。之前比较常见的是SSH。用到了自然得了解各部分的分工springmvc是spring处理web层请求的一个模块,springmvc需要有spring的架包作为支撑才能跑起来。(也有看到一些博客有提到springboot,springboot就是一个大框架
Stella981 Stella981
3年前
Spring+SpringMVC+Mybatis+PostgreSQL+Bootstrap入门整合
!(https://static.oschina.net/uploads/space/2018/0305/162754_hDSe_1444646.png)SpringSpringMVCMybatisPostgreSQLBootstrap入门整合数据库:PostgreSQL10.x版本可视化工具:pgAdmin4本博客主要记录小帅
Stella981 Stella981
3年前
Spring Boot + Mybatis Plus 整合——双剑合璧
前言      我前面为了自己的业务开发也写了一套SpringBootmybatis整合的自动代码生成工具,并实现了lombok的使用(https://my.oschina.net/bianxin/blog/1615120),与swagger(https://my.oschina.net/bianxin/blog/1615980)的整