Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 836 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 836 Bytes

SpringBootDemo

spring boot study demo, by vergilyn。

代码结构说明

1、此项目中是通过spring boot的profile来划分不同功能的application.properties配置。
2、如果运行有问题,可能是引入了多余的jar,且自动配置失效,又没指定自定义的手动配置。比如,spring-boot-starter-jdbc。

参考文档:
《spring-boot-中文参考指南.pdf》
《Spring Boot Reference Guide》

参考github demo:
spring boot mybatis
spring boot official
spring boot samples