SpringBoot如何封装使用JDBC
发表于:2025-02-01 作者:千家信息网编辑
千家信息网最后更新 2025年02月01日,这篇文章给大家分享的是有关SpringBoot如何封装使用JDBC的内容。小编觉得挺实用的,因此分享给大家做个参考,一起跟随小编过来看看吧。Spring Boot中可以在配置文件中直接进行数据库配置,
千家信息网最后更新 2025年02月01日SpringBoot如何封装使用JDBC
这篇文章给大家分享的是有关SpringBoot如何封装使用JDBC的内容。小编觉得挺实用的,因此分享给大家做个参考,一起跟随小编过来看看吧。
Spring Boot中可以在配置文件中直接进行数据库配置,
spring.datasource.username= rootspring.datasource.password= 123456spring.datasource.url=jdbc:mysql://localhost:3306/mybatis?useUnicode=true&characterEncoding=utf-8spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
SpringBoot可以直接生成数据库对象
默认数据源为Hikari
jdbc连接
import org.junit.jupiter.api.Test;import org.springframework.beans.factory.annotation.Autowired;import org.springframework.boot.test.context.SpringBootTest;import javax.sql.DataSource;import java.sql.Connection;import java.sql.SQLException;@SpringBootTestclass DataSpringbootApplicationTests { @Autowired DataSource dataSource; @Test void contextLoads() throws SQLException { System.out.println("默认数据源"); System.out.println(dataSource.getClass()); System.out.println("获得数据库连接"); Connection connection = dataSource.getConnection(); System.out.println(connection); System.out.println("关闭数据源"); connection.close(); }}
springboot中有很多template已经写好可以直接拿来用
import org.springframework.beans.factory.annotation.Autowired;import org.springframework.jdbc.core.JdbcTemplate;import org.springframework.web.bind.annotation.GetMapping;import org.springframework.web.bind.annotation.PathVariable;import org.springframework.web.bind.annotation.RestController;import java.util.List;import java.util.Map;@RestControllerpublic class JDBCController { @Autowired JdbcTemplate jdbcTemplate; //查询数据库所有信息 @GetMapping("/userList") public List
感谢各位的阅读!关于"SpringBoot如何封装使用JDBC"这篇文章就分享到这里了,希望以上内容可以对大家有一定的帮助,让大家可以学到更多知识,如果觉得文章不错,可以把它分享出去让更多的人看到吧!
数据
数据库
数据源
封装
内容
更多
篇文章
配置
不错
实用
信息
对象
文件
文章
看吧
知识
参考
帮助
有关
查询
数据库的安全要保护哪些东西
数据库安全各自的含义是什么
生产安全数据库录入
数据库的安全性及管理
数据库安全策略包含哪些
海淀数据库安全审计系统
建立农村房屋安全信息数据库
易用的数据库客户端支持安全管理
连接数据库失败ssl安全错误
数据库的锁怎样保障安全
数据库监听器调用php
网络安全王标
瑞萨软件开发程序
jsp中数据库的连接
山东大学信息与网络安全专业
对数据库的学习计划文章
公司git服务器上相互依赖
棋牌软件开发的游戏公司
通过网络安全法
专科计算机网络技术属于理学吗
微软服务器会保存多久浏览历史
广州免费网络安全吗
服务器散热风扇四根线怎么接
每个浏览器都有自己的数据库吗
开游戏服务器买哪种服务器
云服务器饥荒
软件开发可研报告
网络安全人员怎么竞技
聊天软件服务器报错
计算机网络技术毕业就业方向
广西三新网络技术app
服务器最强芯片
数据库心跳ip怎么改
璞缇客网络技术有限公司电话
三级数据库技术的考试
gpu服务器规格型号
凤鸣轩小说软件开发
网络技术读后感
服务器托管机房 中国电信
软件开发过程档案