Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

项目缺陷&优化建议收集 #36

Open
ronger-x opened this issue Feb 23, 2021 · 16 comments
Open

项目缺陷&优化建议收集 #36

ronger-x opened this issue Feb 23, 2021 · 16 comments

Comments

@ronger-x
Copy link
Member

ronger-x commented Feb 23, 2021

🎉 感谢使用 forest !

反馈问题前请通读 提问的智慧, 并提供相关信息: 例如 jdk 环境, 报错截图 等等

forest 作为一个新生的知识交流社区项目,还存在着许多有待改进和需要完善的地方,欢迎留下您宝贵的意见和改进方案!

25028120

@ronger-x ronger-x pinned this issue Feb 23, 2021
@lucasmen9527
Copy link

想提个建议 咱们这个项目我看是后端 咱们前端也能开源出来吗 就是会方便我们进行本地查看

@acaterpillar
Copy link
Member

https://github.com/rymcu/nebula
前端地址

@lvyixinniang
Copy link

不敢提意见,就是不会,问一下, 项目里不是已经排除了logback的classic和core依赖 , 怎么运行时,还会有这两个冲突哦
1

@ronger-x
Copy link
Member Author

ronger-x commented Apr 8, 2024

不敢提意见,就是不会,问一下, 项目里不是已经排除了logback的classic和core依赖 , 怎么运行时,还会有这两个冲突哦 1

依赖冲突问题已修复: #170

通过查看 logback-classic.pom 可以看到并未指定 logback-core 的版本号

@jieefeng
Copy link

为什么我的日志输出是红色的 依赖已经换成最新的了

@hatkd
Copy link

hatkd commented Apr 10, 2024

为什么我的日志输出是红色的 依赖已经换成最新的了

我也有冲突,好像是slf4j-log4j包,但依赖冲突查不到

@hatkd
Copy link

hatkd commented Apr 10, 2024

测试类ProductServiceTest中findProductDTOById方法传值是否有问题,需要强转为long类型,接受为Long idProduct

@hatkd
Copy link

hatkd commented Apr 10, 2024

你好,相关的日志jar包是否还存在冲突,但我在依赖冲突中并未发现问题,错误是LoggerFactory is not a Logback LoggerContext but Logback is on the classpath. Either remove Logback or the competing implementation (class org.slf4j.impl.SimpleLoggerFactory loaded from file:/C:/Users/%e5%87%af%e8%bf%aa/.m2/repository/org/slf4j/slf4j-simple/1.7.36/slf4j-simple-1.7.36.jar).

@jieefeng
Copy link

你好,相关的日志jar包是否还存在冲突,但我在依赖冲突中并未发现问题,错误是LoggerFactory is not a Logback LoggerContext but Logback is on the classpath.删除 Logback 或竞争实现(class org.slf4j.impl.SimpleLoggerFactory load from file:/C:/Users/%e5%87%af%e8%bf%aa/.m2/repository/org/slf4j/slf4j-simple/1.7.36/slf4j-simple-1.7.36.jar)。

最新的pom文件是没有冲突的 可能你要用jdk8才行 我之前java21也报错

@ronger-x
Copy link
Member Author

测试类ProductServiceTest中findProductDTOById方法传值是否有问题,需要强转为long类型,接受为Long idProduct

是的, service 做了调整, 单元测试没有同步更新

@hatkd
Copy link

hatkd commented Apr 10, 2024

你好,相关的日志jar包是否还存在冲突,但我在依赖冲突中并未发现问题,错误是LoggerFactory is not a Logback LoggerContext but Logback is on the classpath.删除 Logback 或竞争实现(class org.slf4j.impl.SimpleLoggerFactory load from file:/C:/Users/%e5%87%af%e8%bf%aa/.m2/repository/org/slf4j/slf4j-simple/1.7.36/slf4j-simple-1.7.36.jar)。

最新的pom文件是没有冲突的 可能你要用jdk8才行 我之前java
目前你可以成功跑动后端是吗

@hatkd
Copy link

hatkd commented Apr 10, 2024

你好,相关的日志jar包是否还存在冲突,但我在依赖冲突中并未发现问题,错误是LoggerFactory is not a Logback LoggerContext but Logback is on the classpath.删除 Logback 或竞争实现(class org.slf4j.impl.SimpleLoggerFactory load from file:/C:/Users/%e5%87%af%e8%bf%aa/.m2/repository/org/slf4j/slf4j-simple/1.7.36/slf4j-simple-1.7.36.jar)。

最新的pom文件是没有冲突的 可能你要用jdk8才行 我之前java21也报错

ok了,不过他这个报错太奇怪了,也不是jdk版本相关报错

@lvyixinniang
Copy link

对,不是jdk版本问题 , 我jdk稳定的几个版本都是尝试了的

@jieefeng
Copy link

你好,相关的日志jar包是否还存在冲突,但我在依赖冲突中并未发现问题,错误是LoggerFactory is not a Logback LoggerContext but Logback is on the classpath.删除 Logback 或竞争实现(class org.slf4j.impl.SimpleLoggerFactory load from file:/C:/Users/%e5%87%af%e8%bf%aa/.m2/repository/org/slf4j/slf4j-simple/1.7.36/slf4j-simple-1.7.36.jar)。

最新的pom文件是没有冲突的 可能你要用jdk8才行 我之前java
目前你可以成功跑动后端是吗

是的 跑的动

@jieefeng
Copy link

mail:
host: smtp.163.com # 网站发送邮件邮箱服务 host
port: 465
username: # 邮箱
password: # 密码
protocol: smtps

账户密码都对为什么连接邮箱失败

@ronger-x
Copy link
Member Author

ronger-x commented Aug 4, 2024

你好,相关的日志jar包是否还存在冲突,但我在依赖冲突中并未发现问题,错误是LoggerFactory is not a Logback LoggerContext but Logback is on the classpath.删除 Logback 或竞争实现(class org.slf4j.impl.SimpleLoggerFactory load from file:/C:/Users/%e5%87%af%e8%bf%aa/.m2/repository/org/slf4j/slf4j-simple/1.7.36/slf4j-simple-1.7.36.jar)。

最新的pom文件是没有冲突的 可能你要用jdk8才行 我之前java21也报错

ok了,不过他这个报错太奇怪了,也不是jdk版本相关报错

日志问题已修复, 问题原因是错误的引入了 1.3.x 版本的 logback, 它是基于 2.0 版本的 slf4j-api 实现的, 需要 11 版本的 jdk

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants