Exception in thread “main“ java.lang.NullPointerException 读取本地json文件找不到,SpringBoot访问本地静态资源

Exception in thread "main" java.lang.NullPointerException
	at com.jzx.JsonDemo.main(JsonDemo.java:12)

application.properties配置中也进行了修改

spring.resources.static-locations=classpath:/static/

最后发现json文件在target中未找到
可以通过重新编译,或者先直接上传到target中

Exception in thread “main“ java.lang.NullPointerException 读取本地json文件找不到,SpringBoot访问本地静态资源

之后重新运行就可以获取到了
Exception in thread “main“ java.lang.NullPointerException 读取本地json文件找不到,SpringBoot访问本地静态资源

Exception in thread “main“ java.lang.NullPointerException 读取本地json文件找不到,SpringBoot访问本地静态资源

上一篇:程序员你是如何解决软件系统的易排错性?


下一篇:springboot下freemarker异常页面报错信息处理全局