initial structure of repo

This commit is contained in:
Martin Lippert
2016-08-16 17:14:06 +02:00
parent 384bd17b7f
commit 8352dc8765
4 changed files with 11 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
# eclipse distribution
STS 4 provides a ready to use distribution of Eclipse, equipped with all the necessary extensions and plugins that are useful to develop Spring Boot apps.
The necessary product and build definitions are included here.

View File

@@ -0,0 +1,3 @@
# eclipse extensions
STS 4 provides a set of extensions to the Eclipse IDE. Those Eclipse plugin projects are hosted here.

View File

@@ -0,0 +1,2 @@
# headless services
The main parts of the tooling for Spring Boot apps are implemented as headless services, running in separate processes. Those services can be consumed in existing IDEs by using the Language Server Protocol from Visual Studio Code.

View File

@@ -0,0 +1,3 @@
# vscode extensions
STS 4 provides a set of extensions to the Visual Studio Code editor. Those extension projects are hosted here.