E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
RequestMethod
SpringBoot Controller转发重定向问题
RequestMapping(value="/users")@ControllerpublicclassUserController{@RequestMapping(value="/queryuser",method=
RequestMethod
.GET
qq_35117601
·
2020-08-09 10:14
获取最新得省市区得方法
用的是高德地图api行政区域查询-API文档-开发指南-Web服务API|高德地图API之后代码@RequestMapping(value="/setPro",method=
RequestMethod
.GET
lixiaoyi01
·
2020-08-09 09:32
jeecg
spring cloud-Feign使用中遇到的问题总结
问题一:在前面的示例中,我们讲过[java]viewplaincopy@RequestMapping(value="/user/{id}",method=
RequestMethod
.GET)@GetMapping
悠悠-我心
·
2020-08-09 09:45
SpringCloud
springboot + nginx 代理 上传文件
importorg.springframework.web.bind.annotation.RequestMapping;importorg.springframework.web.bind.annotation.
RequestMethod
jsyxcjw
·
2020-08-09 09:30
Java
SpringMVC Controller传值到页面
Controller要传值到页面上,可以使用@ModelAttribute这个注解来实现,看栗子:@RequestMapping(value="/",method=
RequestMethod
.GET)publicStringlist
不沉
·
2020-08-09 08:43
记一次错误使用feign
需要使用一下格式@FeignClient(name="sms-server")publicinterfaceSmsFeignClient{@RequestMapping(value="/sms",method=
RequestMethod
.GET
吃猫鱼丶
·
2020-08-09 06:55
feign服务之间调用问题
请求报编码错误:原因:可能是用@requestBody接收,需要在调用方调用的时候,加上编码@RequestMapping(value="/api/1/user/userNotice",method=
RequestMethod
.POST
雁听雨
·
2020-08-09 05:51
Spring Cloud Feign 使用问题汇总
一、feign接口设置@RequestMapping(method={
RequestMethod
.POST,
RequestMethod
=GET})Causedby:org.springframework.beans.factory.BeanCreationException
magic_kid_2010
·
2020-08-09 05:06
Spring
Cloud
spring
cloud
feign
问题汇总
SpringMVC传递数据前台无法接收
@AutowiredprivateElasticsearchTemplateesTemplate;@RequestMapping(value="/search",method=
RequestMethod
.GET
he11onate
·
2020-08-08 22:11
错误
使用httpClient同时推送文件和参数
同时推送文件和参数今天收到一个需求是将我们系统的数据同步到另一个系统中使用,主要就是一个更新数据时的推送,这里使用httpClient进行数据推送,废话不说上代码@RequestMapping(value="sendData",method=
RequestMethod
.POST
肥美的火鸡
·
2020-08-08 20:39
java
spring
java
spring
http
SpringCloud与idea在项目中相遇:第五天,Hystrix
vlluviaCloud-provider-dept-hystrix-8001项目b)修改PersonController类@RequestMapping(value="/person/get/{id}",method=
RequestMethod
.GET
vientof
·
2020-08-08 19:07
springCloud
POST请求获取数组参数
springmvc请求方式@RequestMapping(value="mytest",method=
RequestMethod
.POST)1.增加获取参数首先在请求方法中新增参数@RequestBodyparam
litGrey
·
2020-08-08 17:17
接口
解决SpringMVC中@Responsebody 的返回值中必须添加转义双引号的问题
blog.csdn.net/jevonsCSDN/article/details/60575575【Jevons’Blog】案发现场@RequestMapping(value="/upload",method=
RequestMethod
.POST
JevonsNotes
·
2020-08-08 16:19
SpringMVC
异常处理备忘录
ajax请求返回List
后端代码(注意红色部分)@RequestMapping(value="/getJobByLevel.action",method=
RequestMethod
.POST)public@ResponseBodyObjectgetJobByLevel
深山猿
·
2020-08-08 15:59
前端
【转】关于请求时 options 相关问题
原文地址:https://www.cnblogs.com/chris-oil/p/8042677.html刚接触前端的时候,以为HTTP的
RequestMethod
只有GET与POST两种,后来才了解到
dfo4834
·
2020-08-08 15:42
前端
json
Spring Boot中解析属性首字母为大写的Json串的解决方案
"0","PageSize":10,"Status":"refuse"}为处理此请求,Controller定义如下:@RequestMapping(value="/PostToken",method=
RequestMethod
.POST
然然的小屋
·
2020-08-08 14:26
----------
【Java】
编程语言
spring事务——try{...}catch{...}中事务不回滚的几种处理方式
当希望在某个方法中添加事务时,我们常常在方法头上添加@Transactional注解@ResponseBody@RequestMapping(value="/payment",method=
RequestMethod
.POST
zhgo116
·
2020-08-08 10:08
数据库异常处理
java
mysql
数据库
java
jsp页面获取session中值的方式
jsp页面获取session值java代码@RequestMapping(value="/chkUser",method=
RequestMethod
.POST,produces="application
xiongdaandxiaomi
·
2020-08-08 03:24
前端jquery
jsp
session
EL表达式
session取值
SessionAttributes(value="user")@RequestMapping("/session")publicclassSessionController{@RequestMapping(method=
RequestMethod
.GET
点滴记录IT进程
·
2020-08-08 02:11
springboot拦截器/过滤器,使用自定义注解简化拦截器校验范围配置。
首先需要有一个用来判断是否拦截的根据,那么既然是登录消炎,就用登陆成功后存入session域的loginUser,@RequestMapping(value="/login",method=
RequestMethod
.POST
我绝不会倒下
·
2020-08-08 02:13
springboot
Spring MVC Post请求返回403错误,Get请求却正常?
困惑:很奇怪,明明在方法上面配置了
RequestMethod
.POST,POST表单提交却返回403状态码,可是使用GET方式却没问题啊!!!
BarackHusseinObama
·
2020-08-08 00:22
程序开发
springboot 上传图片并回显
/***上传图片**@return*/@RequestMapping(value="/uploadImages",method=
RequestMethod
.POST)@ResponseBodypublicResultuploadImages
堕落的谭粘贴
·
2020-08-07 23:39
java
springboot
图片上传
配置资源映射路径
java
springMVC实现restful风格
/***使用springMVC实现restful跳转页面*@return*/@RequestMapping(value="toPage/{page}",method=
RequestMethod
.GET)
码放南山
·
2020-08-07 21:08
springMVC
springMVC在restful风格的性能优化
@RequestMapping(value="restful/{name}",method=
RequestMethod
.GET)publicStringrestful(@PathVariableStringname
shjhhc
·
2020-08-07 18:19
java
文件的下载与跨域问题的解决
@RequestMapping(value="downExcle",method=
RequestMethod
.GET)@ResponseBodypublicvoiddownLoadExcle(@RequestParamStringuuid
快叫爸爸啊
·
2020-08-07 16:02
Feign发送Get请求时,采用POJO对象传递参数的最终解决方案
本文将描述我们最为常遇到的坑:异常Feign发送Get请求时,采用POJO传递参数,报异常
Requestmethod
‘POST’notsuppo
Full Stack Developme
·
2020-08-07 15:54
Spring相关
Spring MVC常用注解
(1)value:指定处理请求的路径,value="/login"(2)method=
RequestMethod
.post,指定请求的属性。
兰花羽神
·
2020-08-07 14:25
java
echarts异步数据加载使用总结
Controler@RequestMapping(value="/toEchart",method=
RequestMethod
.POST,produces={"application/json;charset
cymlancy
·
2020-08-07 13:04
js
界面js之类的东西
SOA中springmvc中restful服务动态刷新token信息
而且还要单独启动定时调度任务去刷新token信息,保证token的时效及安全问题,直接分享动态刷新token的代码:Java代码@CrossOrigin(origins="*",maxAge=3600,methods={
RequestMethod
.GET
在将来
·
2020-08-06 13:58
spring
mvc
@ModelAttribute报StackOverflowError
创建用户”,notes=“传递复杂对象,url参数拼接”,produces=“application/json”)@RequestMapping(value="/swagger/user",method=
RequestMethod
.POST
leledodo
·
2020-08-06 12:34
springboot
springmvc后台使用@RequestBody注解接收ajax传值
后台代码:@ResponseBody@RequestMapping(method=
RequestMethod
.POST,value="/create")publicMapcreate(@RequestBodyLPEntitylp
没见过的颜色
·
2020-08-06 11:40
SpringBoot入门编写controller层和单元测试
RequestMapping("/rest")publicclassArticleController{//查询一篇文章//@RequestMapping(value="/articles/{id}",method=
RequestMethod
.GET
wwxy261
·
2020-08-05 21:30
算法
spring boot 获取cookie信息
springboot获取cookie信息先创建一个cookie@RequestMapping(value="/setCookies",method=
RequestMethod
.GET)publicStringsetCookies
Ta~o
·
2020-08-05 21:36
SpringCloud+SpringBoot+SSO单点登录之OAuth2.0登出流程(3)
今天我们看一下logout的流程:Java代码/***用户注销*@paramaccessToken*@return*/@RequestMapping(value="/user/logout",method=
RequestMethod
.POST
iteye_3750
·
2020-08-05 19:44
ajax替换表单数据
ajax替换表单数据,在controller中实现替换1.使用map集合来接收替换的数据@ResponseBody@RequestMapping(value="/listByid",method=
RequestMethod
.GET
cry啧out
·
2020-08-05 18:30
HTTP请求封装:Ajax与RESTful API
请求行、请求头、空行和请求数据(请求数据可以为空)HTTP1.1标准请求方式有:GET,POST,PUT,HEAD,DELETE,CONNECT,TRACE,OPTIONS请求行和请求头里包含URL、
RequestMethod
我爱丁丁猫
·
2020-08-05 18:14
前端
java跨域后台发送get请求,获取返回值
@RequestMapping(value="/subscribeChannel",method=
RequestMethod
.GET)@ResponseBodypublicStringsubscribeChannel
Anald
·
2020-08-05 16:00
JavaCore
文件上传问题org.springframework.web.HttpMediaTypeNotSupportedException: Content type 'multipart/form-data;
controller代码如下:1@RequestMapping(value="/upload",method=
RequestMethod
.POST)2@ResponseBody3publicStringupload
青禾qingh
·
2020-08-05 15:11
springboot
springboot
记一次VUE前端请求@RequestParm 400问题
@RequestMapping(value="/getCountryByPinyin",method=
RequestMethod
.POST)@ResponseBodypublicListgetCountryByPinyin
忌酒c
·
2020-08-05 15:20
org.springframework.web.HttpMediaTypeNotSupportedException: Content type 'multipart/form-data;bounda...
controller代码如下:1@RequestMapping(value="/upload",method=
RequestMethod
.POST)2@ResponseBody3publicStringupload
weixin_34400525
·
2020-08-05 15:11
feign发送Get请求
FeignClient("microservice-provider-user")publicinterfaceUserFeignClient{@RequestMapping(value="/user",method=
RequestMethod
.GET
宁静的威士忌
·
2020-08-05 13:06
springcloud
echart通过ajax获取数据
通过ajax获取后台数据Controller层:@RequestMapping(value="/index5",method=
RequestMethod
.POST)public@ResponseBodyMapechartsIndex51
OxygenChen
·
2020-08-05 04:20
前端
echarts
springMVC+thymeleaf form表单提交前后台数据传递
springMVC+thymeleaf简单例子后端:@RequestMapping(value="/add",method=
RequestMethod
.POST)publicStringsave(@ModelAttribute
相信自己123123
·
2020-08-05 00:28
springboot
@RequestMapping接口动态参数
1.多参数Map接收@RequestMapping(value="/{version}/{cate}/{article}",method=
RequestMethod
.GET)publicStringdynApiDemo
chenrrrrr1994
·
2020-08-04 21:07
java
在不知内容的情况下获取Excel表的内容并输出到JSP页面
@RequestMapping(value="/viewContent/{id}",method=
RequestMethod
.GET)publicStringdo_view(@PathVariable(
谦虚使人发胖
·
2020-08-04 19:21
Java
jsp与js
Spring注解之@validated的使用
一基础使用因为spring-boot已经引入了基础包,所以直接使用就可以了首先在controller上声明需要对数据进行校验@RequestMapping(value="/url.json",method={
RequestMethod
屿麟
·
2020-08-04 18:53
JAVA开发技术
java
poi导入excel转化成实体类
1、Controller//导入excel@RequestMapping(value="/import",method=
RequestMethod
.POST)publicJsonDtoimportExcel
我是一个粉刷酱
·
2020-08-04 16:29
java
java实时向zip中写excel文件并通过浏览器实现下载
@RequestMapping(value="exportFunderZip",method=
RequestMethod
.GET)publicvoidexportFunderZip(HttpServletResponseresponse
蒋大帅
·
2020-08-04 14:04
POI
spring mvc使用GET请求获取Date类型的方法
例如:@RequestMapping(value="/fetch",method=
RequestMethod
.GET)public@ResponseBodyStringfetchResult(@RequestParam
理查德1986
·
2020-08-04 14:51
spring
mvc
easypoi的多sheet页导入与导出
cn.afterturneasypoi-base3.0.3cn.afterturneasypoi-web3.0.3cn.afterturneasypoi-annotation3.0.3环境:SSM,jdk1.8一、多sheet页导入,看注释@RequestMapping(value="/excelImport",method=
RequestMethod
.POST
gzc_870301
·
2020-08-04 14:13
java
#
后端插件
#
easypoi
上一页
11
12
13
14
15
16
17
18
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他