JeeSite is a low-code Java framework built on Spring Boot, MyBatis, and Flowable that provides a complete enterprise application platform with frontend and backend components.
The framework addresses the need for rapid enterprise application development by combining a modular backend with core features like organization management, role-based access control, permission authorization, data-level permissions, content management, and workflow capabilities. On the frontend, it uses Vue 3 with TypeScript and Ant Design Vue, organized as a monorepo using pnpm and Turborepo to enable modular development, code reuse, and efficient team collaboration. The architecture separates functionality into loosely coupled packages with shared components, utilities, and modules that can be independently managed or published.
Teams should consider JeeSite for enterprise applications requiring workflow management, role-based security, and rapid iteration. The monorepo structure suits organizations with multiple development teams working on different modules simultaneously. The framework supports migration from traditional single-architecture versions to the modularized approach, making it accessible to projects at different maturity stages. The tool provides comprehensive core modules out of the box, reducing the need to build common enterprise features from scratch.
The project maintains active community engagement through multiple communication channels including official documentation, issue tracking, and community groups. Development follows a modular release strategy where individual packages can be published independently based on team needs. The codebase emphasizes loose coupling between modules and single-dependency patterns to facilitate code reuse and reduce maintenance overhead.