boot基础框架后端模板
Go to file Use this template
黄晓 107c7fb3c7 修改3.x基础框架的配置 2022-03-03 19:15:46 +08:00
src 修改3.x基础框架的配置 2022-03-03 19:15:46 +08:00
.gitignore 初始化boot 后台模板 2020-09-18 13:04:12 +08:00
README.md 更新youfool-framework-springboot 3.0的数据源配置以及使用注意事项说明 2022-01-18 18:11:33 +08:00
checkstyle-v1.0.xml 修改checkstyle.xml加入版本好 2022-02-22 10:34:37 +08:00
increpack.xml 修改3.x基础框架的配置 2022-03-03 19:15:46 +08:00
pom.xml 修改3.x基础框架的配置 2022-03-03 19:15:46 +08:00

README.md

youfool-framework-springboot 基础项目模板

数据源

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

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