Skip to content
Snippets Groups Projects
Commit 8b7873c6 authored by OZGCloud's avatar OZGCloud
Browse files

OZG-3931 [pluto-server] really disable mongock

parent 5ce6cc88
No related branches found
No related tags found
No related merge requests found
......@@ -5,8 +5,6 @@ import org.springframework.context.annotation.Configuration;
import org.springframework.data.elasticsearch.repository.config.EnableElasticsearchRepositories;
import org.springframework.data.mongodb.repository.config.EnableMongoRepositories;
import io.mongock.runner.springboot.EnableMongock;
@Configuration
@ImportAutoConfiguration({
net.devh.boot.grpc.client.autoconfigure.GrpcClientAutoConfiguration.class,
......@@ -32,7 +30,7 @@ import io.mongock.runner.springboot.EnableMongock;
net.devh.boot.grpc.server.autoconfigure.GrpcServerSecurityAutoConfiguration.class,
net.devh.boot.grpc.server.autoconfigure.GrpcServerTraceAutoConfiguration.class
})
@EnableMongock
//@EnableMongock
@EnableMongoRepositories(basePackages = { "de.itvsh.ozg.pluto.vorgang", "de.itvsh.ozg.pluto.attached_item", "de.itvsh.ozg.pluto.command" })
@EnableElasticsearchRepositories(basePackages = "de.itvsh.ozg.pluto.common.search")
public class PlutoServerConfiguration {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment