Skip to content

Commit

Permalink
try to get plantuml to match
Browse files Browse the repository at this point in the history
  • Loading branch information
hjwp committed Jan 12, 2020
1 parent 32e536b commit 24e2c5e
Show file tree
Hide file tree
Showing 16 changed files with 26 additions and 17 deletions.
Binary file modified images/after_aggregates_diagram.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/after_uow_diagram.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/batches_context_diagram.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/before_aggregates_diagram.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/before_uow_diagram.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/command_flow_diagram_1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/command_flow_diagram_2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/command_flow_diagram_with_error.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/model_diagram.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/read_model_sequence_diagram.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/reallocation_sequence_diagram.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/reallocation_sequence_diagram_with_redis.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/repository_class_diagram.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/service_layer_class_diagram.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/version_numbers_sequence_diagram.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
43 changes: 26 additions & 17 deletions plantuml.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -5,49 +5,58 @@ skinparam default {
}

skinparam class {
BackgroundColor Lavender
BorderColor RoyalBlue
BackgroundColor #b5e2fa
BorderColor #0fa3b1
}

skinparam CircledCharacter {
FontColor Black
}

skinparam stereotypeC {
BackgroundColor #eddea4
}

skinparam package {
FontName Guardian Sans Cond Light
}

skinparam sequencelifeline {
BorderColor RoyalBlue
BorderColor #0fa3b1
}
skinparam arrow {
Color RoyalBlue
Color #0fa3b1
}
skinparam participant {
BackgroundColor Lavender
BorderColor RoyalBlue
BackgroundColor #b5e2fa
BorderColor #0fa3b1
}
skinparam entity {
BackgroundColor Lavender
BorderColor RoyalBlue
BackgroundColor #b5e2fa
BorderColor #0fa3b1
}
skinparam collections {
BackgroundColor Lavender
BorderColor RoyalBlue
BackgroundColor #b5e2fa
BorderColor #0fa3b1
}
skinparam database {
BackgroundColor Lavender
BorderColor RoyalBlue
BackgroundColor #b5e2fa
BorderColor #0fa3b1
}
skinparam boundary {
BackgroundColor Lavender
BorderColor RoyalBlue
BackgroundColor #b5e2fa
BorderColor #0fa3b1
}
skinparam actor {
Color DeepSkyBlue
BackgroundColor Lavender
BorderColor RoyalBlue
BackgroundColor #b5e2fa
BorderColor #0fa3b1
}
skinparam sequencegroupheader {
FontName Guardian Sans Cond Light
}
skinparam sequencebox {
BackgroundColor PowderBlue
BorderColor RoyalBlue
BorderColor #0fa3b1
}
skinparam padding 4

0 comments on commit 24e2c5e

Please sign in to comment.