Skip to content

Commit

Permalink
Update application.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
chtrembl committed Aug 13, 2024
1 parent 6ffd572 commit 097d0fa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion petstore/petstoreapp/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,5 @@ spring:
cache:
cache-names: currentUsers
autoconfigure:
exclude: org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration #disable if hybrid connection demo turned off
exclude: org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration,com.azure.spring.autoconfigure.storage.blob.AzureStorageBlobAutoConfiguration

0 comments on commit 097d0fa

Please sign in to comment.