Skip to content

chenhantao/springbootDeom

Repository files navigation

springbootDemo

项目介绍

简单的springboot的demo,会混入一点kotlin

软件架构

采用框架及插件如下:
springboot
mybatis
springMVC
pagehelper
MyMapper

安装教程

使用说明

参与贡献

  1. Fork 本项目
  2. 新建 feature/xxx 分支
  3. 提交代码
  4. 新建 Pull Request

git配置

[core]
	repositoryformatversion = 0
	filemode = false
	bare = false
	logallrefupdates = true
	symlinks = false
	ignorecase = true
[remote "origin"]
	url = https://gitee.com/chenhantao_cht/springbootDemo.git
	fetch = +refs/heads/*:refs/remotes/origin/*
	puttykeyfile = ""
[branch "gitee-master"]
	remote = origin
	merge = refs/heads/master
[branch "gitee-feature/0.1"]
	remote = origin
	merge = refs/heads/feature/0.1
[remote "github"]
	url = https://github.com/CerHT/springbootDeom.git
	fetch = +refs/heads/*:refs/remotes/github/*
[user]
	name = chenhantao
	email = hantaochen@alog.com
[remote "All"]
    url = https://gitee.com/chenhantao_cht/springbootDemo.git
    url = https://github.com/CerHT/springbootDeom.git

About

简单的springboot的demo,会混入一点kotlin

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published