You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p>A sample application provided <ahref="https://github.com/oracle/spring-cloud-oci/tree/main/spring-cloud-oci-samples/spring-cloud-oci-adb-sample">here</a> contains the examples to demonstrates the usage of OCI Spring Cloud Autonomous Database module.</p>
<spanid="back-to-index"><ahref="index.html">Back to index</a></span><ulclass="sectlevel1">
33
+
<li><ahref="#common-application-properties">Appendix A: Common application properties</a></li>
34
+
</ul>
35
+
</div>
36
+
</div>
37
+
<divid="content">
38
+
<divclass="sect1">
39
+
<h2id="common-application-properties"><aclass="anchor" href="#common-application-properties"></a>Appendix A: Common application properties</h2>
40
+
<divclass="sectionbody">
41
+
<divclass="paragraph">
42
+
<p>Various properties can be specified inside your <code>application.properties</code> file, inside your <code>application.yml</code> file, or as command line switches.
43
+
This appendix provides a list of common Spring Cloud OCI properties and references to the underlying classes that consume them.</p>
44
+
</div>
45
+
<divclass="admonitionblock note">
46
+
<table>
47
+
<tr>
48
+
<tdclass="icon">
49
+
<iclass="fa icon-note" title="Note"></i>
50
+
</td>
51
+
<tdclass="content">
52
+
Property contributions can come from additional jar files on your classpath, so you should not consider this an exhaustive list.
<tdclass="tableblock halign-left valign-top"><pclass="tableblock">Config/Auth type to be used. Allowed values are FILE, SIMPLE, INSTANCE_PRINCIPAL, RESOURCE_PRINCIPAL, SESSION_TOKEN, and WORKLOAD_IDENTITY</p></td>
<tdclass="tableblock halign-left valign-top"><pclass="tableblock">OCID of the user used for creating the API key. This is needed only if spring.cloud.oci.config.type is <code>SIMPLE</code></p></td>
<tdclass="tableblock halign-left valign-top"><pclass="tableblock">Tenancy OCID where the API key is created. This is needed only if spring.cloud.oci.config.type is <code>SIMPLE</code></p></td>
<tdclass="tableblock halign-left valign-top"><pclass="tableblock">Fingerprint for the public key that was added to the user mentioned in <code>spring.cloud.oci.config.userId</code>. This is needed only if spring.cloud.oci.config.type is <code>SIMPLE</code></p></td>
<tdclass="tableblock halign-left valign-top"><pclass="tableblock">Full path and filename of the private key used for generating the <code>spring.cloud.oci.config.fingerprint</code>. This is needed only if spring.cloud.oci.config.type is <code>SIMPLE</code></p></td>
<tdclass="tableblock halign-left valign-top"><pclass="tableblock">Passphrase used for <code>spring.cloud.oci.config.privateKey</code>, if it is encrypted. This is needed only if spring.cloud.oci.config.type is <code>SIMPLE</code></p></td>
<tdclass="tableblock halign-left valign-top"><pclass="tableblock">An OCI region which will be used for Authentication. This is needed only if spring.cloud.oci.config.type is <code>SIMPLE</code></p></td>
<tdclass="tableblock halign-left valign-top"><pclass="tableblock">An OCI region which will be used for making API calls. This will take precedence over <code>spring.cloud.oci.config.region</code></p></td>
0 commit comments