Skip to content
This repository was archived by the owner on Dec 19, 2023. It is now read-only.
This repository was archived by the owner on Dec 19, 2023. It is now read-only.

Voyage can not work by 7.0.0 #374

Closed
@wangyuheng

Description

@wangyuheng

I use voyager by maven. But it not work.

the pom.xml is

        <dependency>
            <groupId>com.graphql-java-kickstart</groupId>
            <artifactId>voyager-spring-boot-starter</artifactId>
            <version>7.0.0</version>
            <scope>runtime</scope>
        </dependency>

I think the spring.factories is not correct.

org.springframework.boot.autoconfigure.EnableAutoConfiguration=graphql.kickstart.voyager.boot.VoyagerAutoConfiguration
org.springframework.boot.autoconfigure.EnableAutoConfiguration=graphql.kickstart.voyager.boot.ReactiveVoyagerAutoConfiguration

It is Duplicate property key and could be work like this

org.springframework.boot.autoconfigure.EnableAutoConfiguration=graphql.kickstart.voyager.boot.VoyagerAutoConfiguration,graphql.kickstart.voyager.boot.ReactiveVoyagerAutoConfiguration

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions