随笔分类 -  java

tomcat部署war包访问显示404
摘要:1、修改pom文件<dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-web</artifactId> <!--忽略内嵌tomcat,打包部署到tomcat。注意本地运行的时 阅读全文

posted @ 2019-12-12 17:04 Coco` 阅读(10014) 评论(2) 推荐(0)

json传入List<String>报错:JSON parse error: Cannot deserialize instance of `java.lang.String` out of START_OBJECT token; nes
摘要:2019-11-21 18:58:14.524 INFO 50732 [tp1697330995-19] c.a.a.exception.GlobalExceptionHandler : JSON parse error: Cannot deserialize instance of `java.l 阅读全文

posted @ 2019-11-21 19:04 Coco` 阅读(5136) 评论(0) 推荐(0)