Java – what is the Maven coordinate of the Tomcat JDBC connection pool?
•
Java
What is the Maven coordinate of Tomcat JDBC connection pool?
Solution
Through the improved search function on the Maven central repository website, you can query artifacts by a given class name Query: FC "org apache. tomcat. jdbc. pool. Datasourcefactory "returns the following artifacts:
<dependency> <groupId>org.apache.tomcat</groupId> <artifactId>tomcat-jdbc</artifactId> <version>7.0.42</version> </dependency>
Multiple older versions and some new RC versions are available
The content of this article comes from the network collection of netizens. It is used as a learning reference. The copyright belongs to the original author.
THE END
二维码