Vì bạn đã thêm cả hai phần phụ thuộc mongodb và data-jpa vào tệp pom.xml của mình, nó đã tạo ra xung đột phụ thuộc như bên dưới
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-data-jpa</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-data-mongodb</artifactId>
</dependency>
Hãy thử loại bỏ phụ thuộc jpa và chạy. Nó sẽ hoạt động tốt.