generated from youfool-project/youfool-prj-springboot-template
- Moved all files from com.chinaweal.youfool.prj to io.lroyia.ccdemo package - Updated file paths and imports throughout the project - Removed AuthorityCheck.java file - Added MCP server configuration in .mcp.json - Updated pom.xml and .gitignore for new project structure |
||
|---|---|---|
| src | ||
| .gitignore | ||
| .mcp.json | ||
| README.md | ||
| checkstyle-v1.0.xml | ||
| increpack.xml | ||
| pom.xml | ||
README.md
youfool-framework-springboot 基础项目模板
数据源
当前版本(3.0版本以上)的基础框架使用了苞米豆的动态数据源 。
使用事务时需注意使用@DSTransactional代替@Transactional来使用注解式事务。