From 2a18104f3cdda697a0f079cb2ae9c8b1220563f2 Mon Sep 17 00:00:00 2001
From: Bogdan Stoean <4540392+BogdanStoean@users.noreply.github.com>
Date: Fri, 3 Nov 2017 22:14:57 +0200
Subject: [PATCH] Hotfix/bael 1271 (#2948)
* BAEL-1271 - added parent-boot-5 as parent
* BAEL-1271 - update README
---
spring-boot-admin/README.md | 18 +++++++++++++++++-
.../spring-boot-admin-client/pom.xml | 11 +++++------
.../spring-boot-admin-server/pom.xml | 11 +++++------
3 files changed, 27 insertions(+), 13 deletions(-)
diff --git a/spring-boot-admin/README.md b/spring-boot-admin/README.md
index 4cea3f0611..622533a6ad 100644
--- a/spring-boot-admin/README.md
+++ b/spring-boot-admin/README.md
@@ -1 +1,17 @@
-Spring Boot Admin
\ No newline at end of file
+## 1. Spring Boot Admin Server
+
+* mvn clean install
+* mvn spring-boot:run
+* starts on port 8080
+* login with admin/admin
+* to activate mail notifications uncomment the starter mail dependency
+and the mail configuration from application.properties
+* add some real credentials if you want the app to send emails
+* to activate Hipchat notifications proceed same as for email
+
+## 2. Spring Boot App Client
+
+* mvn clean install
+* mvn spring-boot:run
+* starts on port 8081
+* basic auth client/client
\ No newline at end of file
diff --git a/spring-boot-admin/spring-boot-admin-client/pom.xml b/spring-boot-admin/spring-boot-admin-client/pom.xml
index ecb6c3f8b6..accedca5cb 100644
--- a/spring-boot-admin/spring-boot-admin-client/pom.xml
+++ b/spring-boot-admin/spring-boot-admin-client/pom.xml
@@ -3,19 +3,18 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4.0.0
- com.baeldung
spring-boot-admin-client
0.0.1-SNAPSHOT
jar
spring-boot-admin-client
- Demo project for Spring Boot
+ Spring Boot Admin Client
- org.springframework.boot
- spring-boot-starter-parent
- 1.5.8.RELEASE
-
+ parent-boot-5
+ com.baeldung
+ 0.0.1-SNAPSHOT
+ ../../parent-boot-5
diff --git a/spring-boot-admin/spring-boot-admin-server/pom.xml b/spring-boot-admin/spring-boot-admin-server/pom.xml
index b199e63b31..4922d56878 100644
--- a/spring-boot-admin/spring-boot-admin-server/pom.xml
+++ b/spring-boot-admin/spring-boot-admin-server/pom.xml
@@ -3,19 +3,18 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4.0.0
- com.baeldung
spring-boot-admin-server
0.0.1-SNAPSHOT
jar
spring-boot-admin-server
- Demo project for Spring Boot
+ Spring Boot Admin Server
- org.springframework.boot
- spring-boot-starter-parent
- 1.5.8.RELEASE
-
+ parent-boot-5
+ com.baeldung
+ 0.0.1-SNAPSHOT
+ ../../parent-boot-5