Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

链接oralce #178

Open
Etoakor opened this issue Aug 10, 2023 · 1 comment
Open

链接oralce #178

Etoakor opened this issue Aug 10, 2023 · 1 comment

Comments

@Etoakor
Copy link

Etoakor commented Aug 10, 2023

可以给一个jdbc链接oralce的例子吗,就像mysql那样:{
"mysql8": {
"driverUrls": [
"https://repo1.maven.org/maven2/mysql/mysql-connector-java/8.0.28/mysql-connector-java-8.0.28.jar"
],
"jdbcUrl": "jdbc:mysql://:",
"username": "",
"password": ""
}
}

@arsenyyyyy
Copy link

arsenyyyyy commented Sep 11, 2023

{
  "ojdbc": {
  "driverUrls": [
    "https://repo1.maven.org/maven2/com/oracle/ojdbc/ojdbc8/19.3.0.0/ojdbc8-19.3.0.0.jar"
  ],
  "driverClassName": "oracle.jdbc.driver.OracleDriver",
  "jdbcUrl": "jdbc:oracle:thin:@host:port:SID",
  "username": ""
  "password": "",
  "connectionTestQuery": " select 1 from dual",
  "maximumPoolSize": 1
  }
}

u're welcome

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants