
Spring MVC
未具名
这个作者很懒,什么都没留下…
展开
-
java.lang.ClassNotFoundException: org.springframework.web.context.ContextLoaderListener
严重: Error configuring application listener of class org.springframework.web.context.ContextLoaderListener java.lang.ClassNotFoundException: org.springframework.web.context.ContextLoaderListener at o原创 2016-04-17 14:44:47 · 1048 阅读 · 0 评论 -
AssertionFailedError
junit.framework.AssertionFailedError: No tests found in com.wiscom.portal.application.demo.model.BookTest at org.junit.internal.runners.OldTestClassRunner.run(OldTestClassRunner.java:76) at org.juni原创 2016-04-19 15:41:32 · 3115 阅读 · 0 评论 -
Spring MVC初体验之xml配置文件
复制源码中的两句话到项目中,然后报错了...就是下面这两句话 上面是自动注册组件标签,下面是组件扫描标签。 报错annotation-driven" is not bound.,驱动没有绑定 解决方案:下面这段代码中添加一句话: applicationContext.xml的配置文件源代码 xmlns="http://www.springframework.org/s原创 2016-04-24 21:18:09 · 349 阅读 · 0 评论 -
Invocation of init method failed; nested exception is java.lang.IllegalArgumentException: Not a mana
少了注解@Entity另外还要在id上加注解@Id@GeneratedValue否则报No identifier specified for entity这个错Error starting ApplicationContext. To display the auto-configuration report re-run your application with 'debug' enabled原创 2017-12-17 03:04:44 · 16087 阅读 · 2 评论 -
nested exception is org.hibernate.AnnotationException: No identifier specified for entity
少了注解 在id上加注解@Id@GeneratedValue2017-12-17 03:05:07.894 INFO 11064 --- [ main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.MySQL5Dialect 2017-12原创 2017-12-17 03:06:55 · 6449 阅读 · 0 评论