Upgrade for Spring Boot 3.1 (#1253)

* Upgrade for Spring Boot 3.1

* Remove 'encoding' because of Maven WARNING

* Extracting logo SVG into file

* Making logo src context-path aware

* Remove unused image
This commit is contained in:
Patrick Baumgartner 2023-05-26 19:56:00 +02:00 committed by GitHub
parent 2692c5bb43
commit 0d9e882e54
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
14 changed files with 2189 additions and 1490 deletions

View file

@ -14,7 +14,7 @@ services:
volumes:
- "./conf.d:/etc/mysql/conf.d:ro"
postgres:
image: postgres:15.2
image: postgres:15.3
ports:
- "5432:5432"
environment: