# springboot-maven-module **Repository Path**: chenjunjia/springboot-maven-module ## Basic Information - **Project Name**: springboot-maven-module - **Description**: 基于 springboot1.x + springDataJPA Maven模块化Demo - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-10-27 - **Last Updated**: 2020-12-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 简介 基于 springboot1.x + springDataJPA Maven模块化Demo ## 各模块介绍 example-core | JAVA公共模块 example-web | 所有Web所需静态资源文件模块 example-api | API接口模块 example-front | 前台模块 example-admin | 后台模块 example-dev-all | 所有Web端合并模块 注: - 此模块仅为开发环境使用,可以直接整个 front/admin/api 到一个工程启动 - 注意:该模块无法打包成完成的war,实际发布依旧需要分各模块启动 ## 部署事项 ### 推荐环境 nginx + tomcat ### 注意事项 1、example-front/example-admin/example-api 单独发布war包 2、example-web 只需拷贝 src/main/webapps/static 目录,nginx静态资源转发到此处(若是只使用tomcat,则将 static 目录复制到 Tomcat/webapps/ROOT 目录即可)