# tws-notification **Repository Path**: tws-system/tws-notification ## Basic Information - **Project Name**: tws-notification - **Description**: No description available - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-08-09 - **Last Updated**: 2021-08-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # tws-notification ### 一 启动tws-config-server (进入 tws-config-server 根目录) ``` ./gradlew bootRun ``` ### 二 启动后端 (进入 tws-notification 根目录) ``` cd backend ./gradlew bootRun ``` ### Run Test application-test.yml.example > application-test.yml ### 四 启动前端 (进入 tws-notification 根目录) ``` cd web npm i npm start ```