SpringMVC中RequestParam注解的使用
@GetMapping(value = "/dopaging") public Payload doPaging(@RequestParam(value = "page", required = false, defaultValue = "1") Integer page,@…
Netty发送请求,设置websocketPath路径
Netty发送请求,设置websocketPath路径。服务器这是websocket路径是localhost:8080/ws。 这是服务端的配置,设置了请求路径是/ws public class Websoc…
一个简单的Spring MVC小例子,为什么总是报404错误
web.xml代码如下: <?xml version="1.0" encoding="UTF-8"?> <web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http:/…
Mybatis 数据源创建SqlsessionFatory bean 失败
Error creating bean with name 'sqlSessionFactory' defined in class path resource [conf/spring-mybatis.xml]: Initialization of bean failed ne…
- 共 1 页
- 1