WebWolf DataSource Discovery

This commit is contained in:
Àngel Ollé Blázquez
2021-09-22 14:58:23 +02:00
committed by Nanne Baars
parent 8e567b0f86
commit 9af514f3eb
10 changed files with 260 additions and 28 deletions

View File

@ -67,6 +67,10 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-actuator</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.retry</groupId>
<artifactId>spring-retry</artifactId>
</dependency>
<dependency>
<groupId>org.thymeleaf.extras</groupId>
<artifactId>thymeleaf-extras-springsecurity5</artifactId>