diff --git a/cart-service/pom.xml b/cart-service/pom.xml index 9989eaa..ca44cd9 100644 --- a/cart-service/pom.xml +++ b/cart-service/pom.xml @@ -62,10 +62,6 @@ quarkus-junit5-mockito test - - io.quarkus - quarkus-hibernate-validator - io.quarkus quarkus-mongodb-panache diff --git a/cart-service/src/main/resources/application.properties b/cart-service/src/main/resources/application.properties index f7639c0..36e58d6 100644 --- a/cart-service/src/main/resources/application.properties +++ b/cart-service/src/main/resources/application.properties @@ -16,7 +16,7 @@ quarkus.native.additional-build-args=--future-defaults=all quarkus.index-dependency.lib.group-id=com.drinkool quarkus.index-dependency.lib.artifact-id=lib -# MongoDB connection +# MongoDB quarkus.mongodb.connection-string=mongodb://${MONGO_SERVICE_SERVICE_HOST:host.docker.internal}:27017 quarkus.mongodb.database=drinkool_db diff --git a/cart-service/src/test/resources/application.properties b/cart-service/src/test/resources/application.properties index 8d4f431..e69de29 100644 --- a/cart-service/src/test/resources/application.properties +++ b/cart-service/src/test/resources/application.properties @@ -1,2 +0,0 @@ -# Redis -quarkus.redis.hosts=redis://${REDIS_SERVICE_SERVICE_HOST:localhost}:${REDIS_SERVICE_SERVICE_PORT:6379}