
常见问题
hlli86
这个作者很懒,什么都没留下…
展开
-
Failed to configure a DataSource: ‘url‘ attribute is not specified
文章目录Failed to configure a DataSource: 'url' attribute is not specified and no embedded datasource could be configured1、出现的问题2、问题的解决方法Failed to configure a DataSource: ‘url’ attribute is not specified and no embedded datasource could be configured1、出现的问题原创 2021-04-03 17:13:13 · 418 阅读 · 0 评论 -
WebMvcConfigurationSupport required a bean named ‘entityManagerFactory‘ that could not be found
文章目录org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport required a bean named 'entityManagerFactory' that could not be found1、出现的问题2、问题的解决方法org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport required a be原创 2021-04-03 16:59:30 · 394 阅读 · 0 评论 -
Error creating bean with name ‘serverEndpointExporter‘ defined in class path resource
文章目录Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'serverEndpointExporter' defined in class path resource 。。。。。。。。。。。。。。。。。1、使用webSocket写测试类时出现以下问题2、问题的解决方法Caused by: org.springframework.beans.factory.Be原创 2021-04-03 16:07:13 · 1213 阅读 · 0 评论 -
java.io.IOException: Zip bomb detected! The file would exceed the max. ratio of compressed file size
文章目录java.io.IOException: Zip bomb detected! The file would exceed the max. ratio of compressed file size to the size of the expanded data.1、使用poi导入excel文件时碰到如下问题2、问题的解决方法java.io.IOException: Zip bomb detected! The file would exceed the max. ratio of compr原创 2021-01-30 15:50:46 · 5628 阅读 · 0 评论 -
java.lang.NoClassDefFoundError: org/apache/poi/poifs/filesystem/FileMagic
文章目录java.lang.NoClassDefFoundError: org/apache/poi/poifs/filesystem/FileMagic1、使用POI读写excel时碰到如下问题2、问题的解决方法3、POI使用方法java.lang.NoClassDefFoundError: org/apache/poi/poifs/filesystem/FileMagic1、使用POI读写excel时碰到如下问题Exception in thread "Thread-4" java.lang.No原创 2021-01-30 15:35:15 · 2914 阅读 · 0 评论 -
使用java -jar 命令时,提示spring-xxx-xxx-0.0.1-RELEASE.jar中没有主清单属性
文章目录使用java -jar 命令时,提示spring-xxx-xxx-0.0.1-RELEASE.jar中没有主清单属性1、SpringBoot项目mvn install后的jar包组成结构2、问题的解决方法使用java -jar 命令时,提示spring-xxx-xxx-0.0.1-RELEASE.jar中没有主清单属性1、SpringBoot项目mvn install后的jar包组成结构//包含三个文件夹:BOOT-INF、META-INF、org//META-INF文件夹下的MANIFES原创 2021-01-30 14:56:29 · 438 阅读 · 0 评论 -
Failed to execute goal org.apache.maven.plugins:maven-resources-plugin:3.2.0
文章目录Failed to execute goal org.apache.maven.plugins:maven-resources-plugin:3.2.01、Maven在打包过程中碰到如下问题2、问题的解决方法Failed to execute goal org.apache.maven.plugins:maven-resources-plugin:3.2.01、Maven在打包过程中碰到如下问题[INFO] -------------------------------------------原创 2021-01-30 13:14:33 · 319 阅读 · 0 评论 -
Caused by: java.io.IOException: ZIP entry size is too large
文章目录Caused by: java.io.IOException: ZIP entry size is too large1、Java 使用POI对excel进行读写时,碰到如下问题2、问题的解决方法Caused by: java.io.IOException: ZIP entry size is too large1、Java 使用POI对excel进行读写时,碰到如下问题java.io.IOException: Failed to read zip entry source at or原创 2021-01-30 12:58:59 · 2860 阅读 · 2 评论