Skip to content

Commit

Permalink
Updated banner text
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkoDojkic committed Aug 21, 2022
1 parent 85a38e0 commit 742a0ce
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 12 deletions.
17 changes: 5 additions & 12 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
<version>2.6.1</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>
<groupId>com.example</groupId>
<artifactId>demo</artifactId>
<version>0.0.1-SNAPSHOT</version>
<name>demo</name>
<description>demo</description>
<groupId>dev.markodojkic</groupId>
<artifactId>SingiAttend-Server</artifactId>
<version>2.4.6</version>
<name>SingiAttend</name>
<description>SingiAttend REST backend server</description>
<properties>
<java.version>11</java.version>
<repackage.classifier/>
Expand All @@ -36,13 +36,6 @@
<artifactId>spring-native</artifactId>
<version>${spring-native.version}</version>
</dependency>

<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-devtools</artifactId>
<scope>runtime</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
Expand Down
13 changes: 13 additions & 0 deletions src/main/resources/banner.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
_ ,
/' `\ /'/ /' /' /'
/' ._) /' / --/'-- --/'-- /'
(____ O ,____ ____ O ,/' / /' /' ____ ,____ _____,/'
) /' /' ) /' ) /' /`--,/ /' /' /' ) /' ) /' /'
/' /' /' /' /' /' /' /' / /' /' /(___,/' /' /' /' /'
(_____,/' (__ /' /(__ (___,/(__ (__ (,/' (_, (__ (__ (________ /' /(__ (___,/(__
/'
/ /'
(___,/'
${application.title} ${application.version}
Powered by Spring Boot ${spring-boot.version}
Copyright Marko Dojkić (2018/201682) 2020-2022 - App is part of my bachelor thesis

0 comments on commit 742a0ce

Please sign in to comment.