# project-parent **Repository Path**: JCTechnology_963178841/project-parent ## Basic Information - **Project Name**: project-parent - **Description**: 使用maven进行聚合和继承的项目 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-04-28 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # project-parent #### 项目介绍 使用maven进行聚合和继承的项目,开发工具IDEA #### 软件架构 #### 安装教程 1. ​ #### 使用说明 1. ​ #### 进度 1、加入lombok 2、支持热部署 ``` Shift+Ctrl+Alt+/,选择Registry,将 compiler.automake.allow.when.app.running打勾 ``` 3、内置tomcat配置,见`application.properties` 4、Thymeleaf配置,见`application.properties` 5、排除Logback,引入Log4j 6、开启Actuator https://docs.spring.io/spring-boot/docs/current/reference/html/production-ready-endpoints.html 7、`reading-list`项目已开启安全,但有问题