mirror of
https://github.com/octoleo/plantuml.git
synced 2025-01-03 15:17:23 +00:00
60 lines
2.8 KiB
Plaintext
60 lines
2.8 KiB
Plaintext
|
@startuml
|
||
|
sprite $msql_server [48x48/16] {
|
||
|
000000000000000000000000000000000000000000000000
|
||
|
000000000000000000000000000000000000000000000000
|
||
|
000000000000000000000000000000000000000000000000
|
||
|
000000000000000000000000000000000000000000000000
|
||
|
000000000000000000000000000000000000000000000000
|
||
|
000000000000000000000000000000000000000000000000
|
||
|
000000000000000000000000000000000000000000000000
|
||
|
000000000000000000454300000000000000000000000000
|
||
|
000000000000000167100600000000000000000000000000
|
||
|
000000000000007C87520800000000000000000000000000
|
||
|
000000000000099080246A70000000000000000000000000
|
||
|
00000000000004B75B0173B0000000000000000000000000
|
||
|
00000000000000475BAE9677000000000000000000000000
|
||
|
000000000000000466004ABBCB9620000000000000000000
|
||
|
000000000000000049158060006CDD950000000000000000
|
||
|
000000000000000009C600702963305BE810000000000000
|
||
|
000000000000000002FD8497A10800002BF7000000000000
|
||
|
000000000000000000915CFD201902897477C20000000000
|
||
|
000000000000000000802BC8FAAAB8200A002B2000000000
|
||
|
0000000000000000007394603EFA0000930000A100000000
|
||
|
000000000000000000A80928BE5D70066000001800000000
|
||
|
000000000000000000E82DB48400A5371479865200000000
|
||
|
0000000000000000036BF60570001CDDA620000000000000
|
||
|
0000000000000000084DC228017CC7300000000000000000
|
||
|
00000000000000003B941797BA9800000000000000000000
|
||
|
000000000000000196506EE9404900000000000000000000
|
||
|
0000000000000008769C60A0353B00000000000000000000
|
||
|
000000000000009ECD890090007B00000000000000000000
|
||
|
00000000000009F81B165090164B00000000000000000000
|
||
|
0000000000009C9059008788602B00000000000000000000
|
||
|
0000000000062590D1004FD1004900000000000000000000
|
||
|
00000000005003C7839C8C38605800000000000000000000
|
||
|
00000000080000EFC830760015A500000000000000000000
|
||
|
00000000831688ED1000D00055B200000000000000000000
|
||
|
00000000E6510744C207738600D000000000000000000000
|
||
|
00000001F10037003C6EB60003A000000000000000000000
|
||
|
00000000CA0080005BFD6000075000000000000000000000
|
||
|
000000002E86137853A037653B0000000000000000000000
|
||
|
0000000002DC62000A100025780000000000000000000000
|
||
|
000000000007D71063037840720000000000000000000000
|
||
|
000000000000049AB8630000800000000000000000000000
|
||
|
000000000000000025897656200000000000000000000000
|
||
|
000000000000000000000000000000000000000000000000
|
||
|
000000000000000000000000000000000000000000000000
|
||
|
000000000000000000000000000000000000000000000000
|
||
|
000000000000000000000000000000000000000000000000
|
||
|
000000000000000000000000000000000000000000000000
|
||
|
000000000000000000000000000000000000000000000000
|
||
|
}
|
||
|
|
||
|
|
||
|
!define DEV_MSQL_SERVER(_alias) ENTITY(rectangle,black,msql_server,_alias,DEV MSQL_SERVER)
|
||
|
!define DEV_MSQL_SERVER(_alias,_label) ENTITY(rectangle,black,msql_server,_label,_alias,DEV MSQL_SERVER)
|
||
|
!define DEV_MSQL_SERVER(_alias,_label,_shape) ENTITY(_shape,black,msql_server,_label,_alias,DEV MSQL_SERVER)
|
||
|
!define DEV_MSQL_SERVER(_alias,_label,_shape,_color) ENTITY(_shape,_color,msql_server,_label,_alias,DEV MSQL_SERVER)
|
||
|
skinparam folderBackgroundColor<<DEV MSQL_SERVER>> White
|
||
|
@enduml
|