摘要:
Java接收json参数 import java.util.List; import java.util.Map; import org.springframework.web.bind.annotation.RequestBody; import org.springframework.web.b 阅读全文
摘要:
英文原文:https://www.baeldung.com/okhttp-post 1介绍 本文将介绍 OkHttp 客户端的基本用法。 在本篇简短的技术文章中,我们将特别介绍 OkHttp 3.x 版本中发送Post请求的不同方式。 2 基本的 POST 请求d 我们可以使用 FormBody.B 阅读全文
摘要:
遇到org.postgresql.util.PSQLException: ERROR: column xxx is of type json问题 可以再jdbc连接后面增加stringtype=unspecified来把JSON类型当STRING类型存储 jdbc:postgresql://loca 阅读全文
摘要:
maven包 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-data-jpa</artifactId> </dependency> <dependency> <grou 阅读全文