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

Commit d79cd3f

Browse files
committed
Remove Configuration annotation from GraphQLServletProperties fix #274
1 parent 7d312d9 commit d79cd3f

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ subprojects {
6969
}
7070

7171
compileJava.dependsOn(processResources)
72-
72+
7373
lombok {
7474
version = "1.18.4"
7575
sha256 = ""

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1818
#
1919

20-
version = 6.0.1
20+
version = 6.0.2-SNAPSHOT
2121

2222
PROJECT_GROUP = com.graphql-java-kickstart
2323
PROJECT_NAME = graphql-spring-boot

graphql-spring-boot-autoconfigure/src/main/java/com/oembedler/moon/graphql/boot/GraphQLServletProperties.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,10 @@
2121

2222
import graphql.kickstart.execution.context.ContextSetting;
2323
import org.springframework.boot.context.properties.ConfigurationProperties;
24-
import org.springframework.context.annotation.Configuration;
2524

2625
/**
2726
* @author <a href="mailto:java.lang.RuntimeException@gmail.com">oEmbedler Inc.</a>
2827
*/
29-
@Configuration
3028
@ConfigurationProperties(prefix = "graphql.servlet")
3129
public class GraphQLServletProperties {
3230

0 commit comments

Comments
 (0)