
Spring
Smartaotao
每个人身上都有一种潜能,只要有爱存在,那种力量呢将会无比强大!
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
RestTemplate
RestTemplate提供了多种便捷访问远程Http服务的方法,是一种简单便捷的访问restful服务模板类,是Spring提供的用于访问Rest服务的客户端模板工具集。官网地址http://docs.spring.io/spring-framework/docs/5.2.2.RELEASE/javadoc-api/org/springframework/web/client/RestTemplate.html使用restTemplate访问restful接口非常简单粗暴无脑。(url, reque原创 2020-08-30 22:26:56 · 216 阅读 · 0 评论 -
SSM框架整合及简单使用
SSM框架整合(IDEA)1、新建maven管理的web工程2、pom.xml配置<?xml version="1.0" encoding="UTF-8"?><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" ...原创 2020-01-08 15:18:06 · 249 阅读 · 0 评论