美文网首页
Spring boot学习

Spring boot学习

作者: 长盈iget | 来源:发表于2019-03-31 17:18 被阅读0次

06配置多数据源
使用不同的bean初始化foo,bar数据源
07 hikari
springboot默认连接池,速度快,源码级优化

08 druid
阿里巴巴连接池为监控而生,可以防sql注入

filterevent adapter
建立连接前后输出日志

exclusion排除依赖

配置中数据库密码加密

09 通过Spring jdbc访问数据库

通过注解定义bean

@component
通用的bean
@repository
数据库操作仓库,dao操作
@service
业务服务
@controller
Spring mvc
@restcontroller

@data
省区get 、set方法

@builder

提供的构造方法

restful web service

jdbc template

增删改查各种操作

batch update 批量sql语句操作

相关文章

网友评论

      本文标题:Spring boot学习

      本文链接:https://www.haomeiwen.com/subject/jxcebqtx.html