add veryyyyyyyyyyyyyyy basic landing page
All checks were successful
deploy / deploy (push) Successful in 41s

This commit is contained in:
Lee
2024-04-06 06:44:27 +01:00
parent d547f5e40b
commit c8d5e86876
10 changed files with 47 additions and 11 deletions

View File

@ -71,6 +71,11 @@
<artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-thymeleaf</artifactId>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>net.jodah</groupId>
<artifactId>expiringmap</artifactId>