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
Description
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
Labels
No labels