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
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年前
MyBatis初级实战之一:Spring Boot集成
欢迎访问我的GitHubhttps://github.com/zq2599/blog\_demos(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fgithub.com%2Fzq2599%2Fblog_demos)内容:所有原创文章分类汇总及配套源码,涉及Java、Doc
Stella981 Stella981
3年前
Spring Boot + Mybatis Plus 整合——双剑合璧
前言      我前面为了自己的业务开发也写了一套SpringBootmybatis整合的自动代码生成工具,并实现了lombok的使用(https://my.oschina.net/bianxin/blog/1615120),与swagger(https://my.oschina.net/bianxin/blog/1615980)的整
京东云开发者 京东云开发者
5个月前
基于javaPoet的缓存key优化实践
作者:京东物流方志民一.背景在一次系统opsreview中,发现了一些服务配置了@Cacheable注解。@cacheable来源于springcache框架中,作用是使用aop的方式将数据库中的热数据缓存在redis/本地缓存中,代码如下:@Cachea