-
Notifications
You must be signed in to change notification settings - Fork 137
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
Comments
想提个建议 咱们这个项目我看是后端 咱们前端也能开源出来吗 就是会方便我们进行本地查看 |
依赖冲突问题已修复: #170 通过查看 |
为什么我的日志输出是红色的 依赖已经换成最新的了 |
我也有冲突,好像是slf4j-log4j包,但依赖冲突查不到 |
测试类ProductServiceTest中findProductDTOById方法传值是否有问题,需要强转为long类型,接受为Long idProduct |
你好,相关的日志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). |
最新的pom文件是没有冲突的 可能你要用jdk8才行 我之前java21也报错 |
是的, service 做了调整, 单元测试没有同步更新 |
|
ok了,不过他这个报错太奇怪了,也不是jdk版本相关报错 |
对,不是jdk版本问题 , 我jdk稳定的几个版本都是尝试了的 |
是的 跑的动 |
mail: 账户密码都对为什么连接邮箱失败 |
日志问题已修复, 问题原因是错误的引入了 1.3.x 版本的 logback, 它是基于 2.0 版本的 slf4j-api 实现的, 需要 11 版本的 jdk |
🎉 感谢使用
forest
!forest
作为一个新生的知识交流社区项目,还存在着许多有待改进和需要完善的地方,欢迎留下您宝贵的意见和改进方案!The text was updated successfully, but these errors were encountered: