Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 342 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 342 Bytes

SSHP

基于 spring boot 和 hibernate5 的集成框架


DOC

[TOC]

mvc 框架

BaseController

所有控制器继承它

使用

1. 添加 submodule 到项目

git submodule add https://github.com/cjahv/sshp.git 路径 

2. 初始化 git

git submodule update --init --recursive