# begin_assets **Repository Path**: yangsj/begin_assets ## Basic Information - **Project Name**: begin_assets - **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-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # begin_assets `begin_assets` is the asset management application built on top of `begin_pom`. ## Modules - `biz`: asset business domain, service, and repository contracts - `web`: final application module that owns startup, REST APIs, and asset pages while reusing `begin-web` ## Quick Start 1. Ensure `../begin_pom` is available or installed to a local Maven repository. 2. Run `mvn -f ../begin_pom/pom.xml -Dmaven.repo.local=/tmp/begin-m2 install`. 3. Run `mvn -Dmaven.repo.local=/tmp/begin-m2 test` in this directory.