-
https://a6678696.github.io/12.html
项目地址GitHub地址:https://github.com/a6678696/MyBlog 项目演示地址:http://www.zoutl.cn/ 使用的技术本项目核心技术采用SpringBoot+mybatis;开发工具idea;数据库mysql5.6;模版引擎采用的是thymeleaf;安全框架采用SpringSe…
-
## master 数据源配置
spring.datasource.druid.one.url=jdbc:mysql://localhost:3307/socks?useSSL=false&useUnicode=true&characterEncoding=utf8
spring.datasource.druid.one.username=root
spring.datasource.dru…
-
org.apache.ibatis.binding.BindingException: Invalid bound statement (not found): com.test.dao.ServiceOrderMapper.selectServiceOrderById
at org.apache.ibatis.binding.MapperMethod$SqlCommand.(MapperMe…
-
JDK 1.8
lsh63 updated
6 years ago
-
我使用springboot 1.5.6版本, 使用mybatis 官方starter进行设置,在service方法加上@Transactional(rollbackFor = Exception.class),方法默认最后都会出现异常,能对方法里面的更新数据库操作进行回滚,但是使用了pagehelp+mapper+druid starter插件后,发现更新的语句在数据库生效了,没有回滚。
-
### 问题描述
启动时出现的警告:
`级别:WARN 文件:[ClassPathMapperScanner.java] ---- 方法:checkCandidate:239 ---- Skipping MapperFactoryBean with name 'testGenMapper' and 'com.cgfy.bussApi.domain.mapper.TestGenMapper' …
-
Whitelabel Error Page
This application has no explicit mapping for /error, so you are seeing this as a fallback.
Sat May 25 16:06:50 CST 2019
There was an unexpected error (type=Internal Server…
-
### Description of the bug
Since upgrading to 24.5, when starting the application in debug mode with hotswap i get an endless stream of below log messages for various classes. On 24.4.x this is not h…
-
检测到 chenqf/springBoot-foundation 一共引入了52个开源组件,存在1个漏洞
```
漏洞标题:MyBatis 代码问题漏洞
缺陷组件:org.mybatis:mybatis@3.5.5
漏洞编号:CVE-2020-26945
漏洞描述:MyBatis是美国阿帕奇(Apache)软件基金会的一款优秀的持久层框架。支持自定义 SQL、存储过程以及高级映射,免除了几乎所有的…
ghost updated
2 years ago
-
https://a6678696.github.io/23.html
项目地址GitHub地址:https://github.com/a6678696/PetHospital 使用的技术本项目核心技术采用SpringBoot+mybatis;开发工具idea;数据库mysql5.6;模版引擎采用的是thymeleaf;安全框架采用Shiro,实现了完整权限系统,Controller方法采用s…