An open API service indexing awesome lists of open source software.

https://github.com/supercoderhawk/spring-boot-demo

Spring-Boot的一些示例
https://github.com/supercoderhawk/spring-boot-demo

Last synced: 4 months ago
JSON representation

Spring-Boot的一些示例

Awesome Lists containing this project

README

          

# spring boot demo

本项目是我学习spring boot中做的一些练习,部分项目可作为项目模板使用。

本项目使用maven作为项目管理和构建工具。

## spring-boot-helloworld

spring boot 入门项目

## spring-boot-mybatis

spring boot和mybatis集成的项目,可作为代替ssm的模板。使用druid作为数据库连接池。