madorb
12/06/2017, 4:56 PMDaniel Selinger
12/06/2017, 4:57 PMmadorb
12/06/2017, 4:57 PMmadorb
12/06/2017, 4:57 PMDaniel Selinger
12/06/2017, 4:58 PMDaniel Selinger
12/06/2017, 4:58 PMmadorb
12/06/2017, 5:04 PMDaniel Selinger
12/06/2017, 5:06 PMtmg
12/06/2017, 5:06 PMDaniel Selinger
12/06/2017, 5:06 PMDaniel Selinger
12/06/2017, 5:07 PMDaniel Selinger
12/06/2017, 5:08 PMmadorb
12/06/2017, 5:09 PMDaniel Selinger
12/06/2017, 5:12 PMDaniel Selinger
12/06/2017, 5:13 PMDaniel Selinger
12/06/2017, 5:13 PMDaniel Selinger
12/06/2017, 5:14 PMDaniel Selinger
12/06/2017, 5:16 PMDaniel Selinger
12/06/2017, 5:17 PMmadorb
12/06/2017, 5:18 PMmadorb
12/06/2017, 5:18 PMleodeng
12/06/2017, 5:49 PMsnowe
12/06/2017, 7:19 PMmvn spring-boot:run
won't start my application? I've got the spring boot maven plugin in my build settings.snowe
12/06/2017, 7:21 PMsrc/main/kotlin
snowe
12/06/2017, 7:22 PMsrc/main/kotlin
and not src/main/java
?sdeleuze
12/06/2017, 7:22 PMsnowe
12/06/2017, 7:23 PMsnowe
12/06/2017, 7:24 PMExecution package-springboot-executable of goal org.springframework.boot:spring-boot-maven-plugin:1.5.6.RELEASE:repackage failed: Unable to find main class
snowe
12/06/2017, 7:25 PM<build>
<sourceDirectory>${project.basedir}/src/main/kotlin</sourceDirectory>
<testSourceDirectory>${project.basedir}/src/test/kotlin</testSourceDirectory>
<plugins>
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<configuration>
<mainClass>com.company.document.documentrequirementsservice.DocumentRequirementsServiceApplicationKt</mainClass>
</configuration>
</plugin>
</plugins>
</build>
sdeleuze
12/06/2017, 7:25 PM