SpringBoot Jackson

1. SpringBoot JSON工具包默認是Jackson,只須要引入spring-boot-starter-web依賴包,自動引入相應依賴包: html <dependency>         <groupId>com.fasterxml.jackson.core</groupId>         <artifactId>jackson-databind</artifactId> -
相關文章
相關標籤/搜索