Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 859 Bytes

File metadata and controls

38 lines (26 loc) · 859 Bytes

#项目简介

exam 没有具体业务 都是一些配置 

#功能特性

springboot mybatis redis ,留下记号供自己以后查阅

#环境依赖

springboot1.5.10

#部署步骤

1.springboot 2.mybatis 3.redis

#目录结构描述

  ├─main  
  │  │  
  │  ├─java  
  │  │    │  
  │  │    └─com.xzc.xxx----------------项目主代码  
  │  │  
  │  └─resources----------------项目资源文件  
  │        │  
  │          ├─static...----------------web页面和静态资源存放的目录
  │          │
  │        └─application.properties----------------springboot项目配置       
  │  
  └─pom.xml  

#版本内容更新

#声明

只搭了开发环境及一些基本配置

#协议