# Spring Boot初始化项目 **Repository Path**: zy-nb/springboot-start ## Basic Information - **Project Name**: Spring Boot初始化项目 - **Description**: springboot初始化项目,Spring Boot + JPA + Druid连接池 + Jwt权限管理 + AOP日志模块 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2021-01-27 - **Last Updated**: 2023-06-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Spring Boot初始化项目 #### 介绍 项目码云地址:https://gitee.com/zy-nb/springboot-start #### 软件架构 使用 Spring Boot + JPA + JWT + Druid 框架 #### 代码结构 ![代码结构](.\代码结构.jpg) #### 安装教程 Git Clone 到本地仓库 1. 配置 maven 2. 导入 pom.xml 中的依赖 3. 修改 application.yml、application-dev.yml、application-prod.yml 中关于数据库和文件路径的相关配置 4. 运行 StartApplication 启动类 #### 使用说明 1. 项目在开发环境运行时注意配置环境变量为 dev 2. 项目部署时注意配置环境变量为 prod 并配置数据库信息 #### 参与贡献 1. Fork 本仓库 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request