File tree Expand file tree Collapse file tree 2 files changed +4
-19
lines changed
micronaut/src/main/resources
springboot/src/main/resources Expand file tree Collapse file tree 2 files changed +4
-19
lines changed Original file line number Diff line number Diff line change @@ -5,22 +5,7 @@ flyway.datasources.default.baseline-on-migrate=true
55flyway.datasources.default.baseline-version =1.0.0
66
77datasources.default.dialect =ORACLE
8- # datasources.default.ocid=<YOUR_DB_OCID>
9- datasources.default.url =jdbc:oracle:thin:@ATP110513_tp?TNS_ADMIN=/home/LL110513_U/myatpwallet
8+ datasources.default.url =jdbc:oracle:thin:@<ATP Name>_tp?TNS_ADMIN =/home/<myhomedir>/myatpwallet
109datasources.default.username =ADMIN
11- datasources.default.password =p826#usOQrvJDN#Z
12- # datasources.default.password=<YOUR_PASSWORD>
13- # datasources.default.walletPassword=<YOUR_WALLET_PASSWORD>
10+ datasources.default.password =<password>
1411
15- # use these properties if running from OCI Console with Cloud Shell (https://rb.gy/64ebxw)
16- # technical reference at https://micronaut-projects.github.io/micronaut-oracle-cloud/snapshot/guide/
17- # oci.fingerprint=<FINGERPRINT_VALUE>
18- # # example private key file path + file extension pattern
19- # # oci.private-key-file=file:/home/juarez/pk.pem
20- # oci.private-key-file=file:<ABSOLUTE_KEY_FILE_PATH><FILE_NAME.pem>
21- # oci.region=<REGION>
22- # oci.tenant-id=<OCI_TENANCY_OCID>
23- # oci.user-id=<OCI_USER_OCID>
24-
25- # uncomment the property below if not using oci console with cloud shell
26- # oci.config.profile=DEFAULT
Original file line number Diff line number Diff line change 44
55 # Datasource Configuration
66 datasource :
7- url : jdbc:oracle:thin:@ATP110513_tp ?TNS_ADMIN=/home/LL110513_U /myatpwallet
7+ url : jdbc:oracle:thin:@<ATP Name>_high ?TNS_ADMIN=/home/<myhomedir> /myatpwallet
88 username : ADMIN
9- password : ATP110513
9+ password : <password>
1010 driver-class-name : oracle.jdbc.OracleDriver
1111 type : oracle.ucp.jdbc.PoolDataSource
1212 oracleucp :
You can’t perform that action at this time.
0 commit comments