integrated dynamic and automatic identification of running boot apps to grab property information for hovers

This commit is contained in:
Martin Lippert
2017-08-22 17:00:33 +02:00
parent a80acf8872
commit 4bdeec295a
2 changed files with 50 additions and 39 deletions

View File

@@ -62,6 +62,11 @@
<artifactId>commons-yaml</artifactId>
<version>${dependencies.version}</version>
</dependency>
<dependency>
<groupId>org.springframework.ide.vscode</groupId>
<artifactId>commons-boot-app-cli</artifactId>
<version>${dependencies.version}</version>
</dependency>
<!-- Eclipse JDT for parsing (at the moment) -->
<dependency>