simple-robot-library / simbot3-website

simbot3首页文档载体仓库
https://simbot.forte.love/
5 stars 2 forks source link

docs/tags/%E5%BF%AB%E9%80%9F%E5%BC%80%E5%A7%8B #14

Open utterances-bot opened 1 year ago

utterances-bot commented 1 year ago

4 docs tagged with "快速开始" | Simple Robot

https://simbot.forte.love/docs/tags/%E5%BF%AB%E9%80%9F%E5%BC%80%E5%A7%8B

JustToNight commented 1 year ago

启动报错 NoClassDefFoundError: kotlin/time/DurationUnit

JustToNight commented 1 year ago

pom中基本的配置为

org.jetbrains.kotlin
        <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,是我版本控制不相匹配吗
KurumiWWW commented 1 year ago

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,这里是文档