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的一些示例
- Host: GitHub
- URL: https://github.com/supercoderhawk/spring-boot-demo
- Owner: supercoderhawk
- Created: 2017-05-03T07:47:00.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-03-12T15:29:28.000Z (almost 8 years ago)
- Last Synced: 2025-01-17T04:28:05.867Z (about 1 year ago)
- Language: Java
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: ReadMe.md
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作为数据库连接池。