标签:连接数据库 source sql http 方法 nbsp info image cal
基础步骤
创建一个DataSource
利用DataSource创建出Jdbctemplate
使用jdbctemplate完成sql操作
spring boot中快速配置jdbc连接
新建一个配置包一个类一个数据库配置
使用@Configuration定义配置类 这个类中可以有多个@Bean注解的方法这谢方法返回的对象都会被加载到容器 以供使用
在使用的地方直接自动填写并使用Qualifier找到名为“****”的对应jdbctemplatebean
标签:连接数据库 source sql http 方法 nbsp info image cal
原文地址:https://www.cnblogs.com/cyh1282656849/p/9366733.html