We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b790b89 commit 7bcac0cCopy full SHA for 7bcac0c
java/SpringBootApp/src/main/resources/application.properties
@@ -1,3 +1,5 @@
1
+# For connecting to Autonomous Database (ATP) refer https://www.oracle.com/database/technologies/getting-started-using-jdbc.html
2
+# Provide the database URL, database username and database password
3
spring.datasource.url=jdbc:oracle:thin:@dbname_alias?TNS_ADMIN=/Users/test/wallet/wallet_dbname_alias
4
spring.datasource.username=<your-db-user>
5
spring.datasource.password=<your-db-password>
0 commit comments