gpt4 book ai didi

spring-boot - Intellij中的kotlin和spring引导错误

转载 作者:行者123 更新时间:2023-12-02 13:23:17 25 4
gpt4 key购买 nike

我正在使用start.spring.ioKotlinSpring boot项目创建Gradle项目

将项目导入IntelliJ并运行项目(Alt + Shift + F10)时,显示此错误

Error: Could not find or load main class com.example.demo.DemoApplicationKt

主类:
package com.example.demo

import org.springframework.boot.SpringApplication
import org.springframework.boot.autoconfigure.SpringBootApplication

@SpringBootApplication
class DemoApplication

fun main(args: Array<String>) {
SpringApplication.run(DemoApplication::class.java, *args)
}

我怎么解决这个问题?

最佳答案

您可以通过单击主类左侧的运行按钮(播放按钮)来运行该应用程序,如下图所示。

enter image description here

如果这样运行,它将自动创建运行配置

关于spring-boot - Intellij中的kotlin和spring引导错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/50095541/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com