# simple-example **Repository Path**: cwp794387921/simple-example ## Basic Information - **Project Name**: simple-example - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-10-19 - **Last Updated**: 2022-02-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 各种工具类库使用示例 ## **核心依赖** _依赖_ | _版本_ :----- |-------: Spring Boot | ```2.3.4.RELEASE``` PageHelper | 1.3.0 Mybatis Plus | 3.4.1 Alibaba Druid | 1.1.10 Hutool | 5.5.8 Swagger | 2.9.2 knife4j | 2.0.8 Lombok | 1.18.12 quartz | 2.3.0 easyexcel | 2.2.6 ## **Spring Cache官方文档** https://docs.spring.io/spring-framework/docs/current/reference/html/integration.html#cache-annotations-put ## **本地在线文档地址** localhost:8888/doc.html ## **整合quartz任务调度框架** 任务管理页面访问地址 localhost:8888/monitor/job ## **其他说明** ### **部署脚本使用** 1.执行mvn clean ,mvn install后把admin模块下的jar包复制到服务器目录下 2.把bin目录下脚本拷贝到jar包的同级目录下 #### **生产环境** _命令_ | _说明_ :----- |-------: sh start.sh prod |启动 sh stop.sh |停止 sh restart.sh prod |重启 ##### **根据不同环境更改prod为test或dev即可,不填默认环境为dev** ##联系作者 cwp794387921@gmail.com