Unable to start the app with Elasticsearch Repositories

Hi!

I’m developing connect app for Jira cloud with Spring and wanted to use Elasticsearch, but I cannot start the app after adding the @EnableElasticsearchRepositories annotation

I throws this error

***************************
APPLICATION FAILED TO START
***************************

Description:

atlassian-connect-spring-boot requires a bean of type 'com.atlassian.connect.spring.AtlassianHostRepository' that could not be found. This repository is used for storing installation data.

Action:

Choose a Spring Data implementation to use with AtlassianHostRepository, and enable Repository scanning with the appropriate @Enable${store}Repositories annotation. If you choose Spring Data JPA, consider using atlassian-connect-spring-boot-jpa-starter.