Skip to content

Commit 7bcac0c

Browse files
authored
Update application.properties
1 parent b790b89 commit 7bcac0c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

java/SpringBootApp/src/main/resources/application.properties

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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
13
spring.datasource.url=jdbc:oracle:thin:@dbname_alias?TNS_ADMIN=/Users/test/wallet/wallet_dbname_alias
24
spring.datasource.username=<your-db-user>
35
spring.datasource.password=<your-db-password>

0 commit comments

Comments
 (0)