@@ -37,8 +37,8 @@ The library is tested with Spring Boot Admin **v1**, **v2**, **v3**.
37
37
3 . And run it like so:
38
38
39
39
``` shell
40
- java -jar sbapsd-standalone-v2-0.0.7-SNAPSHOT .jar
41
- java -jar sbapsd-standalone-v3-0.0.7-SNAPSHOT .jar
40
+ java -jar sbapsd-standalone-v2-0.0.7.jar
41
+ java -jar sbapsd-standalone-v3-0.0.7.jar
42
42
```
43
43
44
44
Standalone app is also available as ** GraalVM native binaries** for linux and windows.
@@ -52,7 +52,7 @@ Additionally, it autoconfigures `registry` provider to obtain instances directly
52
52
53
53
``` kotlin
54
54
implementation(" de.codecentric:spring-boot-admin-server:x.y.z" )
55
- implementation(" com.github.alexey-lapin.sbapsd:sbapsd-server:0.0.7-SNAPSHOT " )
55
+ implementation(" com.github.alexey-lapin.sbapsd:sbapsd-server:0.0.7" )
56
56
```
57
57
58
58
``` xml
@@ -66,7 +66,7 @@ implementation("com.github.alexey-lapin.sbapsd:sbapsd-server:0.0.7-SNAPSHOT")
66
66
<dependency >
67
67
<groupId >com.github.alexey-lapin.sbapsd</groupId >
68
68
<artifactId >sbapsd-server</artifactId >
69
- <version >0.0.7-SNAPSHOT </version >
69
+ <version >0.0.7</version >
70
70
</dependency >
71
71
</dependencies >
72
72
```
@@ -97,7 +97,7 @@ This option only autoconfigures `web` provider to obtain instances via SBA's RES
97
97
1 . Add the ` sbapsd-server ` dependency
98
98
99
99
``` kotlin
100
- implementation(" com.github.alexey-lapin.sbapsd:sbapsd-server:0.0.7-SNAPSHOT " )
100
+ implementation(" com.github.alexey-lapin.sbapsd:sbapsd-server:0.0.7" )
101
101
```
102
102
103
103
``` xml
@@ -106,7 +106,7 @@ implementation("com.github.alexey-lapin.sbapsd:sbapsd-server:0.0.7-SNAPSHOT")
106
106
<dependency >
107
107
<groupId >com.github.alexey-lapin.sbapsd</groupId >
108
108
<artifactId >sbapsd-server</artifactId >
109
- <version >0.0.7-SNAPSHOT </version >
109
+ <version >0.0.7</version >
110
110
</dependency >
111
111
</dependencies >
112
112
```
0 commit comments