v0.8.30 add sequence diagram to README.md
This commit is contained in:
parent
c029b55718
commit
88b9a82d7c
3 changed files with 10 additions and 2 deletions
10
README.md
10
README.md
|
@ -61,10 +61,18 @@ java -jar provs-server.jar -i -r 192.168.56.141 -u testuser
|
|||
You'll be prompted for the password of the remote user.
|
||||
|
||||
|
||||
## Build the jar-file yourself
|
||||
## For developers
|
||||
|
||||
### Build the jar-file yourself
|
||||
|
||||
* Clone this repo
|
||||
* Build the fatjar file by `./gradlew fatJarLatest`
|
||||
* In folder build/libs you'll find the file `provs.jar`
|
||||
|
||||
The fatjar is a Java jar-file incl. all required dependencies.
|
||||
|
||||
### Sequence diagram
|
||||
|
||||
Find below an example of a sequence diagram when provisioning a workplace:
|
||||
|
||||
![img.png](docs/resources/provision-workplace-sequence.diagram.png)
|
|
@ -18,7 +18,7 @@ apply plugin: 'kotlinx-serialization'
|
|||
|
||||
|
||||
group = 'org.domaindrivenarchitecture.provs'
|
||||
version = '0.8.30-SNAPSHOT'
|
||||
version = '0.8.30'
|
||||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
|
|
BIN
docs/resources/provision-workplace-sequence.diagram.png
Normal file
BIN
docs/resources/provision-workplace-sequence.diagram.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 51 KiB |
Loading…
Reference in a new issue