# tsgzlarge_screen **Repository Path**: adao123456/tsgzlarge_screen ## Basic Information - **Project Name**: tsgzlarge_screen - **Description**: 管理后台 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-09-09 - **Last Updated**: 2025-10-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 态势感知监管平台后端服务 ## 技术栈 - JDK: 17 - Spring-Boot: 3.5.5 - mysql-connect: 9.4.0 - mybatis-plus: 3.5.14 - hutool: 5.8.38 - easy-excel: 4.0.2 - MinIO: 8.5.17 ## 包目录结构 - common: 统一返回、分页参数 - config: 程序配置、全局异常、序列化、接口文档配置 - controller: restful接口 - dao: 数据层 - dto: 实体DTO层 - entity: 实体层 - enums: 枚举类型 - exception: 自定义异常 - service: 服务层 - util: 工具类 - vo: 实体显示层 ## 打包部署 1. 打包命令 ```shell mvn clean package -DskipTests ``` 2. 上传target/目录下tsgzlarge_screen.jar至服务器目录 3. 服务器jar包同级目录下创建conf/目录,拷贝resources/application.yaml至服务器conf/目录 4. 修改application.yaml配置 5. 拷贝bin/run.sh至服务器jar包同级目录 6. 执行./run.sh start启动程序