Configure mybatis to use an existing connection
问题 I want to set up a connection between my application and a Oracle database. I do not have the following database information: URL user name password What I can retrieve is a valid java.sql.Connection by using the API provided by Blackboard. Is it possible to set up mybatis in this case? I am using the configuration shown below: <?xml version="1.0" encoding="UTF-8" ?> <!DOCTYPE configuration PUBLIC "-//mybatis.org//DTD Config 3.0//EN" "http://mybatis.org/dtd/mybatis-3-config.dtd">