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: api/v4/initializr/index.md
+10-7Lines changed: 10 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,12 +2,15 @@
2
2
3
3
An Initializr jumpstarts .NET development by generating projects based on project metadata.
4
4
Metadata may include, among other properties, a project name, a namespace, and a list of dependencies.
5
-
At the core of an Initializr is the _[InitializrService](https://github.com/SteeltoeOSS/InitializrService)_.
6
-
_InitializrService_ provides several REST/HTTP endpoints, which includes an endpoint to generate projects, and an endpoint to provide smart clients the metadata needed to construct user interfaces.
5
+
At the core of an Initializr is the [Steeltoe InitializrService](https://github.com/SteeltoeOSS/InitializrService).
6
+
InitializrService provides several REST/HTTP endpoints, and includes:
7
7
8
-
It is possible to have a fully functioning Initializr deployment by simply deploying the _InitializrService_.
9
-
A more user-friendly deployment may include a user interface, such as a web frontend or an IDE plugin.
10
-
A deployment may also leverage a _[Spring Cloud Config Server](https://cloud.spring.io/spring-cloud-config/multi/multi__spring_cloud_config_server.html)_ to access a configuration store.
11
-
As an example, the [Steeltoe Initializr deployment](https://start.steeltoe.io) includes _[InitializrWeb](https://github.com/SteeltoeOSS/InitializrWeb)_ for a friendly user experience and a _Spring Cloud Config Server_ using a GitHub-maintained configuration.
8
+
* an endpoint to generate projects, and
9
+
* an endpoint to provide smart clients the metadata needed to construct user interfaces
12
10
13
-
_InitializrWeb_ is the reference UI for the Steeltoe Initializr and is an example of a smart client. It uses project metadata from the _InitializrService_ to populate its web controls with, for example, supported .NET target frameworks and Steeltoe versions.
11
+
It is possible to have a fully functioning Initializr deployment by simply deploying the InitializrService.
12
+
A more user-friendly deployment might include a user interface, such as a web frontend or an IDE plug-in.
13
+
A deployment may also use a [Spring Cloud Config Server](https://cloud.spring.io/spring-cloud-config/multi/multi__spring_cloud_config_server.html) to access a configuration store.
14
+
As an example, the [Steeltoe Initializr deployment](https://start.steeltoe.io) includes [InitializrWeb](https://github.com/SteeltoeOSS/InitializrWeb) for a friendly user experience and a Spring Cloud Config Server using a GitHub-maintained configuration.
15
+
16
+
InitializrWeb is the reference UI for the Steeltoe Initializr and is an example of a smart client. It uses project metadata from the InitializrService to populate its web controls with, for example, supported .NET target frameworks and Steeltoe versions.
0 commit comments