Skip to content

Commit 7c9ec2b

Browse files
committed
atualizado diagrama
1 parent 144caa1 commit 7c9ec2b

File tree

5 files changed

+70
-81
lines changed

5 files changed

+70
-81
lines changed

diagrama-de-classes.png

-16.9 KB
Binary file not shown.

diagrama-de-classes.ucls

Lines changed: 0 additions & 79 deletions
This file was deleted.

doc/diagrama-de-classes.png

8.06 KB
Loading

doc/diagrama-de-classes.ucls

Lines changed: 68 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,68 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<class-diagram version="1.1.13" icons="true" automaticImage="PNG" always-add-relationships="false"
3+
generalizations="false" realizations="true" associations="true" dependencies="false" nesting-relationships="true"
4+
router="FAN">
5+
<class id="1" language="java" name="com.boaglio.casadocodigo.greendogdelivery.domain.Cliente"
6+
project="spring-boot-greendogdelivery-casadocodigo-master"
7+
file="/spring-boot-greendogdelivery-casadocodigo-master/src/main/java/com/boaglio/casadocodigo/greendogdelivery/domain/Cliente.java"
8+
binary="false" corner="BOTTOM_RIGHT">
9+
<position height="-1" width="-1" x="276" y="275"/>
10+
<display autosize="true" stereotype="false" package="false" initial-value="false" signature="false"
11+
sort-features="false" accessors="true" visibility="false">
12+
<attributes public="true" package="false" protected="false" private="true" static="true"/>
13+
<operations public="false" package="false" protected="false" private="false" static="false"/>
14+
</display>
15+
</class>
16+
<class id="2" language="java" name="com.boaglio.casadocodigo.greendogdelivery.domain.Item"
17+
project="spring-boot-greendogdelivery-casadocodigo-master"
18+
file="/spring-boot-greendogdelivery-casadocodigo-master/src/main/java/com/boaglio/casadocodigo/greendogdelivery/domain/Item.java"
19+
binary="false" corner="BOTTOM_RIGHT">
20+
<position height="-1" width="-1" x="96" y="136"/>
21+
<display autosize="true" stereotype="false" package="false" initial-value="false" signature="false"
22+
sort-features="false" accessors="true" visibility="false">
23+
<attributes public="true" package="false" protected="false" private="true" static="true"/>
24+
<operations public="false" package="false" protected="false" private="false" static="false"/>
25+
</display>
26+
</class>
27+
<class id="3" language="java" name="com.boaglio.casadocodigo.greendogdelivery.domain.Pedido"
28+
project="spring-boot-greendogdelivery-casadocodigo-master"
29+
file="/spring-boot-greendogdelivery-casadocodigo-master/src/main/java/com/boaglio/casadocodigo/greendogdelivery/domain/Pedido.java"
30+
binary="false" corner="BOTTOM_RIGHT">
31+
<position height="-1" width="-1" x="96" y="275"/>
32+
<display autosize="true" stereotype="false" package="false" initial-value="false" signature="false"
33+
sort-features="false" accessors="true" visibility="false">
34+
<attributes public="true" package="false" protected="false" private="true" static="true"/>
35+
<operations public="false" package="false" protected="false" private="false" static="false"/>
36+
</display>
37+
</class>
38+
<association id="4">
39+
<end type="SOURCE" refId="3" navigable="false">
40+
<attribute id="5" name="itens"/>
41+
<multiplicity id="6" minimum="0" maximum="2147483647"/>
42+
</end>
43+
<end type="TARGET" refId="2" navigable="true"/>
44+
<display labels="false" multiplicity="false"/>
45+
</association>
46+
<association id="7">
47+
<end type="SOURCE" refId="3" navigable="false">
48+
<attribute id="8" name="cliente"/>
49+
<multiplicity id="9" minimum="0" maximum="1"/>
50+
</end>
51+
<end type="TARGET" refId="1" navigable="true"/>
52+
<display labels="false" multiplicity="false"/>
53+
</association>
54+
<association id="10">
55+
<end type="SOURCE" refId="1" navigable="false">
56+
<attribute id="11" name="pedidos"/>
57+
<multiplicity id="12" minimum="0" maximum="2147483647"/>
58+
</end>
59+
<end type="TARGET" refId="3" navigable="true"/>
60+
<display labels="false" multiplicity="false"/>
61+
</association>
62+
<classifier-display autosize="true" stereotype="false" package="false" initial-value="false" signature="false"
63+
sort-features="false" accessors="true" visibility="false">
64+
<attributes public="true" package="false" protected="false" private="true" static="true"/>
65+
<operations public="false" package="false" protected="false" private="false" static="false"/>
66+
</classifier-display>
67+
<association-display labels="false" multiplicity="false"/>
68+
</class-diagram>

src/main/resources/templates/ambiente.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
</head>
55
<body>
66
<h1 layout:fragment="header">Ambiente</h1>
7-
<th:block layout:fragment="content">
7+
<div layout:fragment="content" class="container">
88
<div class="hero-unit">
99
<p>
1010
<a href="#" th:href="@{/properties}" class="btn btn-large btn-success">System Properties</a>
@@ -104,6 +104,6 @@ <h1>Spring Actuator</h1>
104104
</tbody>
105105
</table>
106106
</div>
107-
</th:block>
107+
</div>
108108
</body>
109109
</html>

0 commit comments

Comments
 (0)