This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# youfool-framework-springboot 基础项目模板
## 数据源
当前版本(3.0版本以上)的基础框架使用了`苞米豆`的[动态数据源](https://github.com/baomidou/dynamic-datasource-spring-boot-starter) 。
使用事务时需注意使用`@DSTransactional`代替`@Transactional`来使用注解式事务。