springboot连接opengauss

1.创建springboot项目,并添加连接该数据库的maven依赖和spring-boot-starter-jdbc启动器
springboot连接opengauss
2.在springboot配置文件里配置数据源和连接数据库信息
springboot连接opengauss
3.新建要连接的数据库,并在要执行的表里添加相应数据
springboot连接opengauss

4.新建测试方法,运行sql语句
springboot连接opengauss

5.结果如下,连接成功
springboot连接opengauss

想要学习opengauss数据库,推荐去opengauss官网看官方文档

上一篇:深入理解c++中char*与wchar_t*与string以及wstring之间的相互转换


下一篇:SpringBoot学习笔记-14:第十四章-SpringBoot 与分布式