Skip to content

Commit

Permalink
fix: exclude mongodb jpa auto configure
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippFr committed Nov 7, 2022
1 parent dab2620 commit ff09bac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ thread.executor.maxPoolSize=15
thread.executor.queueCapacity=500
thread.executor.threadNamePrefix=UploadService-
# LIQUIBASE (LiquibaseProperties)
spring.autoconfigure.exclude=org.springframework.boot.autoconfigure.mongo.MongoAutoConfiguration,org.springframework.boot.autoconfigure.data.mongo.MongoDataAutoConfiguration
spring.datasource.url=jdbc:mariadb://<host>:<port>/uploadservice
spring.datasource.username=
spring.datasource.password=
Expand Down

0 comments on commit ff09bac

Please sign in to comment.