Skip to content

Commit 1e0ed5f

Browse files
committed
## 2.4.13-SNAPSHOT
* fixed #380 add User Use Cases to UML Documentation * fixed #393 UML Documentation: Service Classes DB * fixed #394 UML Documentation: Service Classes Meso
1 parent c2a2f72 commit 1e0ed5f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.idea/dataSources.local.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>org.springframework.boot</groupId>
1212
<artifactId>spring-boot-starter-parent</artifactId>
13-
<version>2.7.3</version>
13+
<version>2.7.5</version>
1414
</parent>
1515

1616
<scm>

src/main/resources/templates/layout/page.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,8 @@
9292
<div class="container">
9393
<div class="col nav-link"><a th:href="@{/pages/information}" class="nav-link">© 2022 Thomas Wöhlke</a></div>
9494
<div class="col nav-link">
95-
<a href="https://twitter.com/GustaveSchiller" class="nav-link text-center">
96-
<i class="fa-brands fa-twitter"></i> GustaveSchiller
95+
<a href="https://twitter.com/ThomasWoehlke" class="nav-link text-center">
96+
<i class="fa-brands fa-twitter"></i> ThomasWoehlke
9797
</a>
9898
</div>
9999
<div class="col nav-link">

0 commit comments

Comments
 (0)