mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-12-27 19:07:28 +00:00
Additional setup to support native image creation.
- Switch to Caffeine for caching since it is supported on native unlike Ehcache - Use latest metadata repository 0.2.3 (will be the default with Native Build Tools 0.9.15) - Registers resource hints for WebJars and db resource directory
This commit is contained in:
parent
1e56f6fd80
commit
f53e0d098e
3 changed files with 34 additions and 3 deletions
5
pom.xml
5
pom.xml
|
|
@ -84,9 +84,8 @@
|
|||
<artifactId>cache-api</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.ehcache</groupId>
|
||||
<artifactId>ehcache</artifactId>
|
||||
<classifier>jakarta</classifier>
|
||||
<groupId>com.github.ben-manes.caffeine</groupId>
|
||||
<artifactId>caffeine</artifactId>
|
||||
</dependency>
|
||||
|
||||
<!-- webjars -->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue