# system-notification **Repository Path**: dmall_1/system-notification ## Basic Information - **Project Name**: system-notification - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-04-20 - **Last Updated**: 2026-04-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Notification system for both DMall and vendor, used to broadcast notification out to different ends. This is backend system, running with frontend called system-notification-partner. Features 1: Broadcast messages by DMall 2: Broadcast messages by vender. # 多点公告打包方式: cd dmall-system-notification-web ## 开发环境 mvn clean package -Dmaven.test.skip=true -Pdmaller-dev ## 测试环境 mvn clean package -Dmaven.test.skip=true -Pdmaller-test ## 生产环境 mvn clean package -Dmaven.test.skip=true -Pdmaller-online # 商家公告打包方式: cd dmall-system-notification-web ## 开发环境 mvn clean package -Dmaven.test.skip=true -Pvendor-dev ## 测试环境 mvn clean package -Dmaven.test.skip=true -Pvendor-test ## 生产环境 mvn clean package -Dmaven.test.skip=true -Pvendor-online