# project
**Repository Path**: lylony/project
## Basic Information
- **Project Name**: project
- **Description**: SpringBoot + Mybatis-plus 快速开发的小型项目
- **Primary Language**: Java
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 1
- **Forks**: 0
- **Created**: 2019-09-19
- **Last Updated**: 2021-12-02
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# project
#### 介绍
SpringBoot + Mybatis-plus 快速开发的小型项目
#### 软件架构
SpringBoot + Mybatis-plus
base 基础代码
common 共用类
gateway api
admin 是管理端的接口
api 是客户端的接口
server 是service mapper bean
web 此配置可以不用通过controller直接访问 templates目录下页面
zgenerator 代码生成器 模块名 表名
#### 安装教程
1. JDK1.8
#### 使用说明
1.mvn clean install -DskipTests -Pdev 本地环境
2.mvn clean install -DskipTests -Pprod 线上环境