springboot
呆瓜小僵尸
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
spring boot启动报错Error creating bean with name 'entityManagerFactory' defined in class path resource [
[ERROR] 2017-11-29 11:02:59,435 org.springframework.boot.SpringApplication - Application startup failedorg.springframework.beans.factory.BeanCreationException: Error creating bean with name 'entityManagerFactory' defined in class path resource [org/spring原创 2017-11-29 11:06:44 · 9019 阅读 · 2 评论 -
Spring Boot结合cxf发布WebService接口jar包冲突的问题
使用spring Boot 项目要结合cxf发布webService接口,因为要使用jsp,所以总是能发布接口不能用jsp,最后解决的办法是把cxf的一系列jar都注释掉,只要下面一个dependency>groupId>org.apache.cxfgroupId>artifactId>cxf-spring-boot-starter-jaxwsartifactId>version>3原创 2017-11-26 19:01:22 · 3488 阅读 · 0 评论
分享