springboot2连接多数据库mysql+oracle
摘要:使用下面两种类型数据库:1. mysql的版本5.5.28 (select @@version), user是其中的一张表格2. oracle的版本11.2.0.1.0(select * from v$version), userinfo是其中的一张表格使用IntelliJ IDEAL建立springboot项目, springboot的版本是 2.2.6.RELEASE.pom.xml文件内容如...
阅读全文
posted @ 2020-04-18 20:38