单项选择题
A.可以用来发送和接收使用Spring的RequestEntity的和ResponseEntity定义的数据
B.不能在服务端应用中使用
C.在使用前需要为其明确定义HttpMessageConverters
D.只能用于与使用Spring MVC 实现的服务器进行对话
单项选择题 关于 Spring 对 JPA 的支持,以下哪个说法是正确的?()(1) Spring 支持结合本地或全局事务管理 JPA PersistenceContexts(2) JPA 提供者是通过设置 EntityManagerFactoryBean 上的 vendor adapter 属性来指定的(3) 在管理本地事务时,JpaTransactionManager 使用 JPA EntityManagers 来完成这项工作
单项选择题 考虑下面的代码示例。以下哪个说法是正确的?()public interface CustomerRepository extends CrudRepository {}
单项选择题 进行文件上传时,Form表单的请求方式是()