mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2026-02-19 20:21:12 +00:00
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:
parent
2692c5bb43
commit
0d9e882e54
14 changed files with 2189 additions and 1490 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue