
问题及方案
列出平时出现的问题,及解决方案
lizepengg
这个作者很懒,什么都没留下…
展开
-
internal/modules/cjs/loader.js:638 throw err;
命令写错了,应该是npm install,不是node install原创 2021-03-12 18:55:31 · 1034 阅读 · 0 评论 -
ERROR: HHH000346: Error during managed flush [org.hibernate.TransientPropertyValueException: object
使用JPA实现多对一关系时出现的错误,以下为报错信息:ERROR: HHH000346: Error during managed flush [org.hibernate.TransientPropertyValueException: object references an unsaved transient instance - save the transient instance before flushing : com.lzp.beans.User.customer -> com.l原创 2021-01-08 12:46:02 · 4028 阅读 · 1 评论 -
Error starting ApplicationContext. To display the conditions report re-run your application with ‘de
下面展示一些 错误信息。Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.2021-01-05 19:09:56.691 ERROR 10748 --- [ main] o.s.boot.SpringApplication : Application run failedorg.原创 2021-01-05 19:21:45 · 217 阅读 · 0 评论 -
java.lang.Exception: No tests found matching [{ExactMatcher:fDisplayName=test],
java.lang.Exception: No tests found matching [{ExactMatcher:fDisplayName=test], {ExactMatcher:fDisplayName=test(com.lzp.test.MyTest)], {LeadingIdentifierMatcher:fClassName=com.lzp.test.MyTest,fLeadingIdentifier=test]] from org.junit.internal.requests.Class原创 2020-11-24 19:52:10 · 806 阅读 · 1 评论