Skip to content

Commit ba30db5

Browse files
authored
Update application.properties
1 parent b7b8fab commit ba30db5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
spring.datasource.url=jdbc:oracle:thin:@<db_name>_medium?TNS_ADMIN=<home-directory>/ATPTesting/wallet_<db_name>/
1+
spring.datasource.url=jdbc:oracle:thin:@dbname_alias?TNS_ADMIN=/Users/test/wallet/wallet_dbname_alias
22
spring.datasource.username=<your-db-user>
33
spring.datasource.password=<your-db-password>
44
#spring.datasource.driver-class-name=oracle.jdbc.pool.PoolDataSourceImpl

0 commit comments

Comments
 (0)