Skip to content

Commit f372398

Browse files
committed
Gradle upgraded to 3.0 and better README description
1 parent f1a9d98 commit f372398

7 files changed

Lines changed: 43 additions & 53 deletions

File tree

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,10 @@ Docker image is publicly available as [aetas/spring-boot-admin-docker](https://h
77
You can run spring-boot-admin in Docker with this command:
88

99
`
10-
docker run -d -p 8080:8080 --name spring-boot-admin aetas/spring-boot-admin-docker:1.4.1-SNAPSHOT
10+
docker run -d -p 8090:8080 --name spring-boot-admin aetas/spring-boot-admin-docker:1.4.1
1111
`
1212

13-
Now just go to <http://localhost:8080> (or <http://your-docker:8080>) with your browser.
13+
Now just go to <http://localhost:8090> (or <http://your-docker:8090>) with your browser.
14+
15+
16+
More detailed description in blog post [here](http://aetas.pl/?p=347).

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ buildscript {
1313
apply plugin: 'java'
1414
apply plugin: 'spring-boot'
1515

16-
version = '1.4.1-SNAPSHOT'
16+
version = '1.4.1'
1717

1818
jar {
1919
baseName = 'spring-boot-admin-docker'
@@ -28,7 +28,7 @@ repositories {
2828

2929
dependencyManagement {
3030
imports {
31-
mavenBom 'org.springframework.cloud:spring-cloud-dependencies:Brixton.SR4'
31+
mavenBom 'org.springframework.cloud:spring-cloud-dependencies:Brixton.SR5'
3232
}
3333
}
3434

@@ -42,7 +42,7 @@ dependencies {
4242
}
4343

4444
task wrapper(type: Wrapper) {
45-
gradleVersion = '2.12'
45+
gradleVersion = '3.0'
4646
}
4747

4848
apply from: 'gradle/docker.gradle'

gradle/wrapper/gradle-wrapper.jar

-821 Bytes
Binary file not shown.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Mon Apr 18 23:47:57 CEST 2016
1+
#Sun Sep 18 14:07:27 CEST 2016
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-2.12-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-3.0-bin.zip

gradlew

Lines changed: 30 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gradlew.bat

Lines changed: 3 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/test/java/pl/aetas/springbootadmin/SpringBootAdminDockerApplicationTests.java

Lines changed: 0 additions & 16 deletions
This file was deleted.

0 commit comments

Comments
 (0)