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

Commit d19af26

Browse files
authored
Merge pull request #375 from wangyuheng/bugfix/voyagerDuplicatePropertyKey
fix Duplicate EnableAutoConfiguration Key
2 parents dd27b92 + fd94d5b commit d19af26

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1-
org.springframework.boot.autoconfigure.EnableAutoConfiguration=graphql.kickstart.voyager.boot.VoyagerAutoConfiguration
2-
org.springframework.boot.autoconfigure.EnableAutoConfiguration=graphql.kickstart.voyager.boot.ReactiveVoyagerAutoConfiguration
1+
org.springframework.boot.autoconfigure.EnableAutoConfiguration=\
2+
graphql.kickstart.voyager.boot.VoyagerAutoConfiguration,\
3+
graphql.kickstart.voyager.boot.ReactiveVoyagerAutoConfiguration
34

0 commit comments

Comments
 (0)