# express **Repository Path**: w-team/express ## Basic Information - **Project Name**: express - **Description**: 快递项目 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-07-02 - **Last Updated**: 2022-02-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Dragon #### 介绍 第一版Dragon #### 软件架构 swagger, Jwt, Spring Sercurity, mybatis-plus, mybatis-plus自动建表, log4j等 #### 安装教程 1. 将目录下的 dragon.sql 文件添加到数据库中 2. 直接启动 #### 使用说明 1. mysql版本为5.6 2. 端口号为8000 做项目的时候改为8080 #### 通用代码 public ResultMessage add() { resultMessage = new ResultMessage(); return resultMessage; } public ResultMessage get() { resultMessage = new ResultMessage(); return resultMessage; }