基于springboot3的基础框架项目模版
Go to file Use this template
黎润豪 f201fa589e 初始化 2026-02-12 09:48:07 +08:00
src 初始化 2026-02-12 09:48:07 +08:00
.gitignore 初始化 2026-02-12 09:48:07 +08:00
README.md 初始化 2026-02-12 09:48:07 +08:00
checkstyle-v1.0.xml 初始化 2026-02-12 09:48:07 +08:00
pom.xml 初始化 2026-02-12 09:48:07 +08:00

README.md

youfool-framework-springboot 基础项目模板

数据源

当前版本3.0版本以上)的基础框架使用了苞米豆动态数据源

使用事务时需注意使用@DSTransactional代替@Transactional来使用注解式事务。