Spring Boot 启动报错 Exception in thread "main" java.lang.StringIndexOutOfBoundsException: Str

Posted javagogogo

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Spring Boot 启动报错 Exception in thread "main" java.lang.StringIndexOutOfBoundsException: Str相关的知识,希望对你有一定的参考价值。

使用命令 java -jar springBoot.jar  启动项目,结果报错如下:

Exception in thread "main" java.lang.StringIndexOutOfBoundsException: String index out of range: 37
        at java.lang.String.substring(String.java:1963)
        at org.springframework.boot.loader.jar.JarFile.createJarFileFromDirectoryEntry(JarFile.java:278)
        at org.springframework.boot.loader.jar.JarFile.createJarFileFromEntry(JarFile.java:258)
        at org.springframework.boot.loader.jar.JarFile.getNestedJarFile(JarFile.java:248)
        at org.springframework.boot.loader.jar.JarFile.getNestedJarFile(JarFile.java:237)
        at org.springframework.boot.loader.archive.JarFileArchive.getNestedArchive(JarFileArchive.java:103)
        at org.springframework.boot.loader.archive.JarFileArchive.getNestedArchives(JarFileArchive.java:87)
        at org.springframework.boot.loader.PropertiesLauncher.addNestedEntries(PropertiesLauncher.java:480)
        at org.springframework.boot.loader.PropertiesLauncher.getClassPathArchives(PropertiesLauncher.java:418)
        at org.springframework.boot.loader.Launcher.launch(Launcher.java:49)
        at org.springframework.boot.loader.PropertiesLauncher.main(PropertiesLauncher.java:521)

原因是,Spring Boot项目中,resources目录中,含有中文的文件夹,所以导致报错,所以,以后文件夹和文件的命名,一定最好使用英文!!!!

 

以上是关于Spring Boot 启动报错 Exception in thread "main" java.lang.StringIndexOutOfBoundsException: Str的主要内容,如果未能解决你的问题,请参考以下文章

Spring-boot 启动报错 调试小技巧

spring boot启动报错

spring boot启动报错

spring_boot启动报错

spring-boot:run启动报错

Spring Boot 启动报错:LoggingFailureAnalysisReporter