Stella981 Stella981
3年前
Lombok使用4:链式调用
本篇文章会讲到:@Accessors、@Builder注解使用。1、@Accessors使用@Accessors官方文档地址(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fprojectlombok.org%2Ffeatures%2Fexperimental%
Easter79 Easter79
3年前
SpringBoot整合mybatis、shiro、redis实现基于数据库的细粒度动态权限管理系统实例
1.前言本文主要介绍使用SpringBoot与shiro实现基于数据库的细粒度动态权限管理系统实例。使用技术:SpringBoot、mybatis、shiro、thymeleaf、pagehelper、Mapper插件、druid、dataTables、ztree、jQuery开发工具:intellijidea数据库:mys
Stella981 Stella981
3年前
Mybatis拦截器之数据加密解密
_点击左上角关注「日拱一兵」_!(https://oscimg.oschina.net/oscnet/409b0cd8ed0a64411902ee004f1c70d7dea.jpg)拦截器介绍MybatisInterceptor在Mybatis中被当作Plu
Stella981 Stella981
3年前
SpringBoot整合mybatis、shiro、redis实现基于数据库的细粒度动态权限管理系统实例
1.前言本文主要介绍使用SpringBoot与shiro实现基于数据库的细粒度动态权限管理系统实例。使用技术:SpringBoot、mybatis、shiro、thymeleaf、pagehelper、Mapper插件、druid、dataTables、ztree、jQuery开发工具:intellijidea数据库:mys
Stella981 Stella981
3年前
Spring Boot demo系列(四):Spring Web+Validation
2021.2.24更新1概述本文主要讲述了如何使用HibernateValidator以及@Valid/@Validate注解。2校验对于一个普通的SpringBoot应用,经常可以在业务层看到以下类似的操作:if(idnull){...}
Stella981 Stella981
3年前
Mybatis深入源码分析之SqlSessionFactory二级缓存原理分析
!(https://www.w3cschool.cn/attachments/image/20170807/1502093784622523.png)上篇内容回顾可以参考;Mybatis深入源码分析之SQLSession一级缓存原理分析(https://my.oschina.net/u/3995125/blog/3079788)这里再概括下上
Wesley13 Wesley13
3年前
@EnableAutoConfiguration处理逻辑
这个系列分为5篇1\.@Component,@Service等注解是如何被解析的(http://my.oschina.net/u/3907912)2\.@Enable驱动原理(https://my.oschina.net/floor/blog/4333081)3\.@EnableAutoConfiguration处理逻辑(htt
Stella981 Stella981
3年前
Spring Boot 的常用 API 说明
1、SpringApplication类作用:用于启动SpringBoot的程序,根据传入的类的声明的注解来决定不同的启动方式示例代码:1packageorg.ranger;2importorg.springframework.boot.SpringApplication;3importorg
Wesley13 Wesley13
3年前
@Component,@Service等注解是如何被解析的
这个系列分为5篇1\.@Component,@Service等注解是如何被解析的(https://my.oschina.net/floor/blog/4325651)2.@Enable驱动原理(https://my.oschina.net/floor/blog/4333081)3\.@EnableAutoConfiguration处
京东云开发者 京东云开发者
10个月前
主动写入流对@ResponseBody注解的影响
作者:京东零售柯贤铭问题回溯2023年Q2某日运营反馈一个问题,商品系统商家中心某批量工具模板无法下载,导致功能无法使用(因为模板是动态变化的)商家中心报错(JSON串):"code":1,"msg":"失败"负责的同事看到失败后立即与我展开讨论(因为不是