BAEL-315 adding configuration for security on the config and discovery servers.

This commit is contained in:
Tim Schimandle
2016-10-03 13:01:01 -06:00
parent 66dfb6fd37
commit 798e72a121
11 changed files with 72 additions and 5 deletions
@@ -28,6 +28,10 @@
<artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-security</artifactId>
</dependency>
</dependencies>
<dependencyManagement>