Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
spring-boot-admin
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
openSource
spring-boot-admin
Commits
db769e2a
Commit
db769e2a
authored
Aug 18, 2015
by
Johannes Stelzer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
increment version for next release and update docs
parent
037b4d16
Hide whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
14 additions
and
14 deletions
+14
-14
README.md
README.md
+3
-3
pom.xml
pom.xml
+1
-1
pom.xml
spring-boot-admin-samples/pom.xml
+1
-1
pom.xml
...-admin-samples/spring-boot-admin-sample-discovery/pom.xml
+1
-1
pom.xml
...-admin-samples/spring-boot-admin-sample-hazelcast/pom.xml
+1
-1
pom.xml
spring-boot-admin-samples/spring-boot-admin-sample/pom.xml
+1
-1
package.json
spring-boot-admin-server-ui/package.json
+1
-1
pom.xml
spring-boot-admin-server-ui/pom.xml
+1
-1
README.md
spring-boot-admin-server/README.md
+2
-2
pom.xml
spring-boot-admin-server/pom.xml
+1
-1
pom.xml
spring-boot-admin-starter-client/pom.xml
+1
-1
No files found.
README.md
View file @
db769e2a
...
@@ -32,12 +32,12 @@ Add the following dependency to your pom.xml.
...
@@ -32,12 +32,12 @@ Add the following dependency to your pom.xml.
<dependency>
<dependency>
<groupId>
de.codecentric
</groupId>
<groupId>
de.codecentric
</groupId>
<artifactId>
spring-boot-admin-server
</artifactId>
<artifactId>
spring-boot-admin-server
</artifactId>
<version>
1.2.
2
</version>
<version>
1.2.
3
</version>
</dependency>
</dependency>
<dependency>
<dependency>
<groupId>
de.codecentric
</groupId>
<groupId>
de.codecentric
</groupId>
<artifactId>
spring-boot-admin-server-ui
</artifactId>
<artifactId>
spring-boot-admin-server-ui
</artifactId>
<version>
1.2.
2
</version>
<version>
1.2.
3
</version>
</dependency>
</dependency>
```
```
...
@@ -74,7 +74,7 @@ Each application that want to register itself to the admin application has to in
...
@@ -74,7 +74,7 @@ Each application that want to register itself to the admin application has to in
<dependency>
<dependency>
<groupId>
de.codecentric
</groupId>
<groupId>
de.codecentric
</groupId>
<artifactId>
spring-boot-admin-starter-client
</artifactId>
<artifactId>
spring-boot-admin-starter-client
</artifactId>
<version>
1.2.
2
</version>
<version>
1.2.
3
</version>
</dependency>
</dependency>
```
```
Inside your configuration (e.g. application.properties) you also have to define the URL of the Spring Boot Admin Server, e.g.
Inside your configuration (e.g. application.properties) you also have to define the URL of the Spring Boot Admin Server, e.g.
...
...
pom.xml
View file @
db769e2a
...
@@ -11,7 +11,7 @@
...
@@ -11,7 +11,7 @@
<groupId>
de.codecentric
</groupId>
<groupId>
de.codecentric
</groupId>
<artifactId>
spring-boot-admin
</artifactId>
<artifactId>
spring-boot-admin
</artifactId>
<version>
1.
2.3
-SNAPSHOT
</version>
<version>
1.
3.0
-SNAPSHOT
</version>
<packaging>
pom
</packaging>
<packaging>
pom
</packaging>
<name>
Spring Boot Admin
</name>
<name>
Spring Boot Admin
</name>
...
...
spring-boot-admin-samples/pom.xml
View file @
db769e2a
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
<parent>
<parent>
<groupId>
de.codecentric
</groupId>
<groupId>
de.codecentric
</groupId>
<artifactId>
spring-boot-admin
</artifactId>
<artifactId>
spring-boot-admin
</artifactId>
<version>
1.
2.3
-SNAPSHOT
</version>
<version>
1.
3.0
-SNAPSHOT
</version>
<relativePath>
..
</relativePath>
<relativePath>
..
</relativePath>
</parent>
</parent>
<groupId>
de.codecentric
</groupId>
<groupId>
de.codecentric
</groupId>
...
...
spring-boot-admin-samples/spring-boot-admin-sample-discovery/pom.xml
View file @
db769e2a
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
<parent>
<parent>
<groupId>
de.codecentric
</groupId>
<groupId>
de.codecentric
</groupId>
<artifactId>
spring-boot-admin-samples
</artifactId>
<artifactId>
spring-boot-admin-samples
</artifactId>
<version>
1.
2.3
-SNAPSHOT
</version>
<version>
1.
3.0
-SNAPSHOT
</version>
<relativePath>
..
</relativePath>
<relativePath>
..
</relativePath>
</parent>
</parent>
<artifactId>
spring-boot-admin-sample-discovery
</artifactId>
<artifactId>
spring-boot-admin-sample-discovery
</artifactId>
...
...
spring-boot-admin-samples/spring-boot-admin-sample-hazelcast/pom.xml
View file @
db769e2a
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
<parent>
<parent>
<groupId>
de.codecentric
</groupId>
<groupId>
de.codecentric
</groupId>
<artifactId>
spring-boot-admin-samples
</artifactId>
<artifactId>
spring-boot-admin-samples
</artifactId>
<version>
1.
2.3
-SNAPSHOT
</version>
<version>
1.
3.0
-SNAPSHOT
</version>
<relativePath>
..
</relativePath>
<relativePath>
..
</relativePath>
</parent>
</parent>
<artifactId>
spring-boot-admin-sample-hazelcast
</artifactId>
<artifactId>
spring-boot-admin-sample-hazelcast
</artifactId>
...
...
spring-boot-admin-samples/spring-boot-admin-sample/pom.xml
View file @
db769e2a
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
<parent>
<parent>
<groupId>
de.codecentric
</groupId>
<groupId>
de.codecentric
</groupId>
<artifactId>
spring-boot-admin-samples
</artifactId>
<artifactId>
spring-boot-admin-samples
</artifactId>
<version>
1.
2.3
-SNAPSHOT
</version>
<version>
1.
3.0
-SNAPSHOT
</version>
<relativePath>
..
</relativePath>
<relativePath>
..
</relativePath>
</parent>
</parent>
<artifactId>
spring-boot-admin-sample
</artifactId>
<artifactId>
spring-boot-admin-sample
</artifactId>
...
...
spring-boot-admin-server-ui/package.json
View file @
db769e2a
{
{
"name"
:
"spring-boot-admin-server-ui"
,
"name"
:
"spring-boot-admin-server-ui"
,
"version"
:
"1.
2.3
"
,
"version"
:
"1.
3.0
"
,
"scripts"
:
{
"scripts"
:
{
"postinstall"
:
"./node_modules/protractor/bin/webdriver-manager update"
,
"postinstall"
:
"./node_modules/protractor/bin/webdriver-manager update"
,
"pretest"
:
"./node_modules/protractor/bin/webdriver-manager start &"
,
"pretest"
:
"./node_modules/protractor/bin/webdriver-manager start &"
,
...
...
spring-boot-admin-server-ui/pom.xml
View file @
db769e2a
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
<parent>
<parent>
<groupId>
de.codecentric
</groupId>
<groupId>
de.codecentric
</groupId>
<artifactId>
spring-boot-admin
</artifactId>
<artifactId>
spring-boot-admin
</artifactId>
<version>
1.
2.3
-SNAPSHOT
</version>
<version>
1.
3.0
-SNAPSHOT
</version>
<relativePath>
..
</relativePath>
<relativePath>
..
</relativePath>
</parent>
</parent>
<artifactId>
spring-boot-admin-server-ui
</artifactId>
<artifactId>
spring-boot-admin-server-ui
</artifactId>
...
...
spring-boot-admin-server/README.md
View file @
db769e2a
...
@@ -8,12 +8,12 @@ Add the following dependency to your pom.xml.
...
@@ -8,12 +8,12 @@ Add the following dependency to your pom.xml.
<dependency>
<dependency>
<groupId>
de.codecentric
</groupId>
<groupId>
de.codecentric
</groupId>
<artifactId>
spring-boot-admin-server
</artifactId>
<artifactId>
spring-boot-admin-server
</artifactId>
<version>
1.2.
2
</version>
<version>
1.2.
3
</version>
</dependency>
</dependency>
<dependency>
<dependency>
<groupId>
de.codecentric
</groupId>
<groupId>
de.codecentric
</groupId>
<artifactId>
spring-boot-admin-server-ui
</artifactId>
<artifactId>
spring-boot-admin-server-ui
</artifactId>
<version>
1.2.
2
</version>
<version>
1.2.
3
</version>
</dependency>
</dependency>
```
```
...
...
spring-boot-admin-server/pom.xml
View file @
db769e2a
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
<parent>
<parent>
<groupId>
de.codecentric
</groupId>
<groupId>
de.codecentric
</groupId>
<artifactId>
spring-boot-admin
</artifactId>
<artifactId>
spring-boot-admin
</artifactId>
<version>
1.
2.3
-SNAPSHOT
</version>
<version>
1.
3.0
-SNAPSHOT
</version>
<relativePath>
..
</relativePath>
<relativePath>
..
</relativePath>
</parent>
</parent>
<artifactId>
spring-boot-admin-server
</artifactId>
<artifactId>
spring-boot-admin-server
</artifactId>
...
...
spring-boot-admin-starter-client/pom.xml
View file @
db769e2a
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
<parent>
<parent>
<groupId>
de.codecentric
</groupId>
<groupId>
de.codecentric
</groupId>
<artifactId>
spring-boot-admin
</artifactId>
<artifactId>
spring-boot-admin
</artifactId>
<version>
1.
2.3
-SNAPSHOT
</version>
<version>
1.
3.0
-SNAPSHOT
</version>
<relativePath>
..
</relativePath>
<relativePath>
..
</relativePath>
</parent>
</parent>
<artifactId>
spring-boot-admin-starter-client
</artifactId>
<artifactId>
spring-boot-admin-starter-client
</artifactId>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment