Go to file
黎润豪 d91c141c6d Restructure project package structure and add MCP configuration
- 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
2025-09-20 10:18:29 +08:00
src Restructure project package structure and add MCP configuration 2025-09-20 10:18:29 +08:00
.gitignore Restructure project package structure and add MCP configuration 2025-09-20 10:18:29 +08:00
.mcp.json Restructure project package structure and add MCP configuration 2025-09-20 10:18:29 +08:00
README.md Initial commit 2025-09-20 09:51:42 +08:00
checkstyle-v1.0.xml Initial commit 2025-09-20 09:51:42 +08:00
increpack.xml Initial commit 2025-09-20 09:51:42 +08:00
pom.xml Restructure project package structure and add MCP configuration 2025-09-20 10:18:29 +08:00

README.md

youfool-framework-springboot 基础项目模板

数据源

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

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