These days I read some articles about SpringBoot form CSDN. Then I decided to create a code respository to record my learning journey.
I hope this respository can help other people to learn Springboot.
If you use IDEA,you could use the Spring Initalizr
to creat a SpringBoot program.
If you select Spring Web as dependency,it will add that denpendency in pom.xml
automatically.
最近我在CSDN论坛
上看了一些关于SpringBoot的文章。
随后我决定创建一个代码库来记录我的学习历程。
我希望这个仓库可以帮助其他人学习spring boot框架。
如果你使用的是开发工具是Idea,你可以使用Spring Initalizr
工具创建Spring Boot项目.
如果构建项目时选择Spring Web,则在生成的新项目中的pom.xml
文件中会自动添加Web应用所需依赖.
编写简单的接口--controller内的HelloWorldcontroller
- Freemarker模板引擎渲染
- JSP渲染web视图
- 全局统一捕获异常
- 使用JdbcTemplate
- 使用Mybatis
- 使用pageHelper分页插件
- springboot事务管理
- 分布式事务管理