I have a Maven Module project of Liferay 7, which I want to implement a connection to Oracle through the OJDBC6, I have my connection which is the following:
public static Connection getConnection() {
if (connection != null) {
retu...
asked by
29.03.2017 / 20:25