Amos的随笔

Java/Python/Go,软件测试等等

导航

2019年2月20日 #

Springboot设置默认访问路径方法(最新版本Springboot)

摘要: 前言 当使用springboot与其他框架结合编写web前后端时,可能存在这样的需求:我想在访问10.10.10.100时,实际上需要访问10.10.10.100/hello页面。(端口已省略,自行设置) 解决 方案1 - 实现WebMvcConfigurer接口 搜过很多博客,里面的内容虽然可以用 阅读全文

posted @ 2019-02-20 14:54 AmosChen 阅读(141) 评论(0) 推荐(0) 编辑

Java简单入门 - Part3.POST Form重定向处理(httpcomponents:fluent-hc)

摘要: 背景 遇到问题 通过fluent-hc编写了一个HttpUtil类,该类包含post form, post json, get 等等方法。此时我需要用该util类来发送请求并保存返回对象body。可是,向某个url 发送post form后,总是会引发httpResponseException, 进 阅读全文

posted @ 2019-02-20 11:15 AmosChen 阅读(17) 评论(0) 推荐(0) 编辑