# begin_pom **Repository Path**: yangsj/begin_pom ## Basic Information - **Project Name**: begin_pom - **Description**: No description available - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-04-24 - **Last Updated**: 2026-05-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # begin-pom `begin-pom` is a shared component library extracted from `begin_crm`. ## Modules - `begin-common`: common annotations, exceptions, response models, pagination models, and utility classes. - `begin-framework`: reusable Spring Boot web, exception handling, trace, datasource, and framework adapter support. - `begin-system`: optional system/RBAC domain, mapper, and service abstractions. - `begin-quartz`: optional Quartz scheduling domain, service, and cron utility support. - `begin-web`: reusable Thymeleaf admin web module for login, layout, and system management pages. ## Usage Install the library locally: ```bash mvn clean install ``` Then depend on the modules needed by an application: ```xml net.begin begin-common 1.0.0-SNAPSHOT ``` ## Guide Detailed project bootstrap guide: - [使用 begin-pom 创建新工程指南](./NEW_PROJECT_GUIDE.md)