How to create Jira Plugin with Spring cloud Gateway?

Hi All,

I have created jira plugin using Spring boot application and it is working find but when trying to create it using Spring Gateway cloud it is not working. SO is there is nay link or documentation or example to create jira plugin using Spring Gateway Cloud?

When trying to start it with spring cloud it gives below error:

Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'jwtClientRequestFilter': Unsatisfied dependency expressed through field 'atlassianHostRestClients'; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'atlassianHostRestClientsImpl' defined in URL [jar:file:/C:/Users/AIVHUB-03/.m2/repository/com/atlassian/connect/atlassian-connect-spring-boot-core/3.0.2/atlassian-connect-spring-boot-core-3.0.2.jar!/com/atlassian/connect/spring/internal/request/AtlassianHostRestClientsImpl.class]: Unsatisfied dependency expressed through constructor parameter 0; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'jwtSigningRestTemplateFactory' defined in URL [jar:file:/C:/Users/AIVHUB-03/.m2/repository/com/atlassian/connect/atlassian-connect-spring-boot-core/3.0.2/atlassian-connect-spring-boot-core-3.0.2.jar!/com/atlassian/connect/spring/internal/request/jwt/JwtSigningRestTemplateFactory.class]: Unsatisfied dependency expressed through constructor parameter 0; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type 'org.springframework.boot.web.client.RestTemplateBuilder' available: expected at least 1 bean which qualifies as autowire candidate. Dependency annotations: {}

Please help.