We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da6dc8a commit 04a6796Copy full SHA for 04a6796
src/spring-petclinic-visits-service/pom.xml
@@ -78,6 +78,10 @@
78
<groupId>com.azure.spring</groupId>
79
<artifactId>spring-cloud-azure-starter-jdbc-mysql</artifactId>
80
</dependency>
81
+ <dependency>
82
+ <groupId>com.azure.spring</groupId>
83
+ <artifactId>spring-cloud-azure-starter-jdbc-postgresql</artifactId>
84
+ </dependency>
85
<dependency>
86
<groupId>io.micrometer</groupId>
87
<artifactId>micrometer-registry-prometheus</artifactId>
0 commit comments