Use guava cache to better manage apps from getAllRunning(Spring|Java)Apps

This commit is contained in:
Kris De Volder
2017-11-01 14:26:32 -07:00
parent f8d4e0ca8f
commit fb3af5c1e3
7 changed files with 87 additions and 56 deletions

View File

@@ -22,7 +22,7 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>18.0</version>
<version>${guava-version}</version>
</dependency>
<!-- ANTLR Parser Runtime -->
<dependency>