Skip to content
Snippets Groups Projects
Commit dd208ca5 authored by Jan Zickermann's avatar Jan Zickermann
Browse files

OZG-5120 Remove enable mongock annotation

parent 51699dfe
No related branches found
No related tags found
No related merge requests found
......@@ -26,11 +26,9 @@ import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.cloud.config.server.EnableConfigServer;
import org.springframework.data.mongodb.repository.config.EnableMongoRepositories;
import io.mongock.runner.springboot.EnableMongock;
@SpringBootApplication
@EnableConfigServer
@EnableMongock
@EnableMongoRepositories
public class AdministrationApplication {
public static void main(String[] args) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment