Open utterances-bot opened 2 years ago
启动报错 NoClassDefFoundError: kotlin/time/DurationUnit
pom中基本的配置为
<artifactId>kotlin-stdlib-jdk8</artifactId>
<version>1.4.10</version>
</dependency> <dependency>
<groupId>love.forte.simbot.boot</groupId>
<artifactId>simboot-core-spring-boot-starter</artifactId>
<version>3.0.0.preview.20.0</version>
</dependency>
<!-- mirai组件 -->
<dependency>
<groupId>love.forte.simbot.component</groupId>
<artifactId>simbot-component-mirai-boot</artifactId>
<version>3.0.0.0.preview.13.0</version>
</dependency> springboot版本为2.7.3,是我版本控制不相匹配吗
pom中基本的配置为 org.jetbrains.kotlin kotlin-stdlib-jdk8 1.4.10 love.forte.simbot.boot simboot-core-spring-boot-starter 3.0.0.preview.20.0
</dependency> <!-- mirai组件 --> <dependency> <groupId>love.forte.simbot.component</groupId> <artifactId>simbot-component-mirai-boot</artifactId> <version>3.0.0.0.preview.13.0</version> </dependency> springboot版本为2.7.3,是我版本控制不相匹配吗
项目问题请移步至项目issue,这里是文档
4 docs tagged with "快速开始" | Simple Robot
https://simbot.forte.love/docs/tags/%E5%BF%AB%E9%80%9F%E5%BC%80%E5%A7%8B