We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85c444b commit fe6947fCopy full SHA for fe6947f
graphql-kotlin-spring-example/pom.xml
@@ -37,6 +37,12 @@
37
<sourceDirectory>${project.basedir}/src/main/kotlin</sourceDirectory>
38
<testSourceDirectory>${project.basedir}/src/test/kotlin</testSourceDirectory>
39
<plugins>
40
+ <plugin>
41
+ <groupId>org.springframework.boot</groupId>
42
+ <artifactId>spring-boot-maven-plugin</artifactId>
43
+ <version>${spring-boot.version}</version>
44
+ </plugin>
45
+
46
<plugin>
47
<artifactId>kotlin-maven-plugin</artifactId>
48
<groupId>org.jetbrains.kotlin</groupId>
0 commit comments