https://github.com/thlstsul/springbootfirst
https://github.com/thlstsul/springbootfirst
mybatis spring
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/thlstsul/springbootfirst
- Owner: thlstsul
- Created: 2017-02-08T08:29:15.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2020-11-30T03:54:31.000Z (over 5 years ago)
- Last Synced: 2025-05-16T11:07:07.537Z (about 1 year ago)
- Topics: mybatis, spring
- Language: Java
- Size: 425 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Welcome to SpringBootFirst 👋

> Spring boot and Vue
## Install
```sh
gradlew
```
## Author
👤 **THELOSTSOUL**
* Github: [@thelostsoul5](https://github.com/thelostsoul5)
## Show your support
Give a ⭐️ if this project helped you!
## Remarks
更改Bean org.apache.ibatis.session.SqlSessionFactory 的构建的时候,要注意不影响Mybatis配置的加载,详见 xyz.thelostsoul.config.MybatisAutoConfig , 因之前没有注意,导致Mybatis拦截器的JavaConfig一直没生效。