hs-web / hsweb-framework

hsweb (haʊs wɛb) 是一个基于spring-boot 2.x开发 ,首个使用全响应式编程的企业级后台管理系统基础项目。
http://hsweb.me
Apache License 2.0
8.32k stars 3.05k forks source link

[疑问]hsweb使用最新版,启动报错,但是类和接口都已经在jar包里 #296

Open fx820 opened 1 month ago

fx820 commented 1 month ago

环境

java: 1.8.0_131 hsweb: 4.0.17-snapshot image 相关pom如下:

org.hswebframework.web hsweb-system-dictionary 4.0.16
    <dependency>
        <groupId>org.hswebframework.web</groupId>
        <artifactId>hsweb-authorization-api</artifactId>
        <version>4.0.16</version>
    </dependency>
    <dependency>
        <groupId>org.hswebframework.web</groupId>
        <artifactId>hsweb-starter</artifactId>
        <version>4.0.16</version>
    </dependency>
    <dependency>
        <groupId>org.hswebframework</groupId>
        <artifactId>hsweb-easy-orm-rdb</artifactId>
        <version>4.1.2-SNAPSHOT</version>
    </dependency>
    <dependency>
        <groupId>org.hswebframework.web</groupId>
        <artifactId>hsweb-authorization-basic</artifactId>
        <version>4.0.16</version>
    </dependency>
    <dependency>
        <groupId>org.hswebframework.web</groupId>
        <artifactId>hsweb-system-file</artifactId>
        <version>4.0.16</version>
    </dependency>
    <dependency>
        <groupId>org.hswebframework.web</groupId>
        <artifactId>hsweb-access-logging-aop</artifactId>
        <version>4.0.16</version>
    </dependency>
    <dependency>
        <groupId>org.hswebframework.web</groupId>
        <artifactId>hsweb-commons-crud</artifactId>
        <version>4.0.17-SNAPSHOT</version>
    </dependency>

问题说明

fx820 commented 1 month ago

pom中其他jar包都从4.0.16升级到4.0.17-SNAPSHOT,问题依旧 麻烦帮看下?

zhou-hao commented 1 month ago

检查EasyormConfiguration是否生效。

fx820 commented 1 month ago

如何检查呢?可以简短说下嘛? 另外我是V2.6.6的springBoot,看到最新jetlinks里用的是2.7.18,启动报错会不会和这个有关呢

zhou-hao commented 1 month ago

使用2.7.18 试试吧

fx820 commented 1 month ago

springBoot升级到2.7.18,出现另一个报错。但是这个类是存在的 20240723pom.txt

image

zhou-hao commented 1 month ago

引入 hsweb-starter 没

fx820 commented 1 month ago

引入了。版本也是4.0.17-SNAPSHOT。我上传的pom里也有