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

Commit fd94d5b

Browse files
author
yuheng.wang
committed
fix Duplicate EnableAutoConfiguration Key
1 parent dd27b92 commit fd94d5b

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)