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
Copy file name to clipboardExpand all lines: docs-source/spring/content/platform/config/_index.md
+14Lines changed: 14 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,13 @@ Oracle Backend for Spring Boot and Microservices includes Spring Cloud Config wh
6
6
7
7
The Spring Cloud Config server is pre-configured to work with the Spring Boot Eureka service registry, configured to store the Configuration in the Oracle Autonomous Database to support labeled versions of configuration environments as well as being accessible to a wide range of tools for managing the content. More details can be found here: ([Spring Cloud Config Documentation](https://spring.io/projects/spring-cloud-config)).
8
8
9
+
*[Managing Config Server Data](#managing-config-server-data)
10
+
*[Config Server REST API endpoints overview](#config-server-rest-api-endpoints-overview)
11
+
*[Config Server REST API endpoints examples](#config-server-rest-api-endpoints-examples)
12
+
*[Re-create test data](#re-create-test-data)
13
+
14
+
## Overview
15
+
9
16
When building applications using Spring Config Server, the Spring Cloud Config client's `application.yaml` configuration file must include access information to the deployed Spring Config Server:
10
17
11
18
```yaml
@@ -37,6 +44,13 @@ During setup of Oracle Backend for Spring Boot and Microservices, the following
Maintaining the Config Servers information can be done using the following methods:
50
+
51
+
* Oracle Backend for Microservices CLI, *oractl*.
52
+
* REST API endpoints exposed via *obaas-admin* and *config-server* services.
53
+
40
54
## Config Server REST API endpoints overview
41
55
42
56
The following REST API endpoints are available to the Config Server entries. The table lists which minimum required role is needed to perform the operation. 'N/A' in the following table indicates that the endpoint does not require authentication to be accessed.
0 commit comments