Skip to content

Commit ef1d7d4

Browse files
committed
Fixed errors in some models
1 parent 7e68944 commit ef1d7d4

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

dataset/ewolff_microservice/model_variants/18.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ digraph dfd2{
3232
secret_manager [label = "{Process: secret_manager | --infrastructural--\n--secret_manager--}" shape = Mrecord];
3333
eureka -> secret_manager [label = " --restful_http--\n"]
3434
zuul -> secret_manager [label = " --restful_http--\n"]
35-
turine -> secret_manager [label = " --restful_http--\n"]
35+
turbine -> secret_manager [label = " --restful_http--\n"]
3636
catalog -> secret_manager [label = " --restful_http--\n"]
3737
customer -> secret_manager [label = " --restful_http--\n"]
3838
order -> secret_manager [label = " --restful_http--\n"]

dataset/piomin_sample-spring-oauth2-microservices/piomin_sample-spring-oauth2-microservices.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@
197197
{
198198
"name": "database_gateway_server",
199199
"stereotypes": [
200-
"external_database"
200+
"external_database",
201201
"plaintext_credentials"
202202
],
203203
"tagged_values": {

dataset/sqshq_piggymetrics/model_variants/10.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ digraph dfd2{
6666
registry -> monitoring [label = " --restful_http--"]
6767
rabbitmq -> monitoring [label = " --restful_http--"]
6868
account_service -> monitoring [label = " --restful_http--"]
69-
auth_server -> monitoring [label = " --restful_http--"]
69+
auth_service -> monitoring [label = " --restful_http--"]
7070
notification_service -> monitoring [label = " --restful_http--"]
7171
statistics_service -> monitoring [label = " --restful_http--"]
7272
gateway -> monitoring [label = " --restful_http--"]

dataset/sqshq_piggymetrics/model_variants/11.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ digraph dfd2{
6666
registry -> monitoring [label = " --restful_http--"]
6767
rabbitmq -> monitoring [label = " --restful_http--"]
6868
account_service -> monitoring [label = " --restful_http--"]
69-
auth_server -> monitoring [label = " --restful_http--"]
69+
auth_service -> monitoring [label = " --restful_http--"]
7070
notification_service -> monitoring [label = " --restful_http--"]
7171
statistics_service -> monitoring [label = " --restful_http--"]
7272
gateway -> monitoring [label = " --restful_http--"]

dataset/sqshq_piggymetrics/model_variants/12.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ digraph dfd2{
6666
registry -> rabbitmq [label = " --restful_http--"]
6767
rabbitmq -> monitoring [label = " --restful_http--"]
6868
account_service -> rabbitmq [label = " --restful_http--"]
69-
auth_server -> rabbitmq [label = " --restful_http--"]
69+
auth_service -> rabbitmq [label = " --restful_http--"]
7070
notification_service -> rabbitmq [label = " --restful_http--"]
7171
statistics_service -> rabbitmq [label = " --restful_http--"]
7272
gateway -> rabbitmq [label = " --restful_http--"]

0 commit comments

Comments
 (0)