会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Wsnan
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
8
9
···
12
下一页
2020年1月12日
端口被占用解决方法
摘要: java项目端口被占用导致项目启动失败 17:40:58 [restartedMain] ERROR o.a.c.h.Http11NioProtocol ERROR [,,] Failed to start end point associated with ProtocolHandler ["ht
阅读全文
posted @ 2020-01-12 18:07 Wsnan
阅读(882)
评论(0)
推荐(0)
2020年1月6日
@ApiParam @PathVariable @RequestParam三者区别
摘要: @ApiParam @PathVariable @RequestParam三者区别 1.@ApiParam 顾名思义,是注解api的参数,也就是用于swagger提供开发者文档,文档中生成的注释内容。 @ApiOperation( value = "编辑公告", notes = "编辑公告", ht
阅读全文
posted @ 2020-01-06 21:08 Wsnan
阅读(11651)
评论(0)
推荐(0)
2019年12月19日
caused by: java.lang.IllegalStateException: Method has too many Body parameters: 多参数问题
摘要: https://blog.csdn.net/liuchuanhong1/article/details/54728681 多参数问题 @RequestMapping(value="/user/name", method=RequestMethod.GET) User findByUsername(f
阅读全文
posted @ 2019-12-19 18:19 Wsnan
阅读(1180)
评论(0)
推荐(0)
2019年12月17日
子pom和父pom
摘要: 转载于:https://www.jianshu.com/p/6215af9801a0 一、在父模块pom中使用的导包方式为: <!-- 在父pom中的dependencies标签中的jar配置,子pom会直接继承 --> <depedencies> ... </depedencies> 子模块会直接
阅读全文
posted @ 2019-12-17 10:02 Wsnan
阅读(3367)
评论(0)
推荐(1)
2019年12月6日
springboot mybatis 版本兼容说明
摘要: mybatis-spring-boot-starter 一定要再看一下mybatis的详细使用: https://www.bilibili.com/video/av69742084
阅读全文
posted @ 2019-12-06 02:25 Wsnan
阅读(5249)
评论(0)
推荐(0)
2019年12月5日
java 错误集合
摘要: 1 2019-12-05 21:24:24.564 [main] ERROR org.apache.tomcat.jdbc.pool.ConnectionPool - Unable to create initial connections of pool. 解决:配置文件中 useSSL改成fal
阅读全文
posted @ 2019-12-05 22:53 Wsnan
阅读(376)
评论(0)
推荐(0)
swagger学习
摘要: https://www.bilibili.com/video/av64841843?p=2 哔哩哔哩教学视频 springBoot集成swagger 需要的jar包 : Springfox Swagger2 和Springfox Swagger UI 1 新建项目,springBoot-web的项目
阅读全文
posted @ 2019-12-05 03:17 Wsnan
阅读(261)
评论(0)
推荐(0)
2019年12月2日
遍历返回的数据
摘要: /** //遍历result.getData(), */ // 方法一Iterator Iterator it = result.getData().iterator(); while(it.hasNext()){ System.out.println("data里面的值是: "+it.next()
阅读全文
posted @ 2019-12-02 22:16 Wsnan
阅读(365)
评论(0)
推荐(0)
2019年11月27日
Spring application context not configured for this file
摘要: 转自: https://blog.csdn.net/qq_40437152/article/details/81347672 出现这个意思是新建的Spring配置文件没有被加入到spring里面(我是这样理解的)。 简单几步搞定 选择编辑器左上角file >Project Structure 然后
阅读全文
posted @ 2019-11-27 18:04 Wsnan
阅读(395)
评论(0)
推荐(0)
JSONObject 与 JSON 互转
摘要: 转自: https://blog.csdn.net/u014799292/article/details/80692897 JSONObject 与 JSON 互转 使用目的 目前数据交互大多以 JSON 字符串为信息传输,主要格式有 {"age":"22","name":"李四"} [{"age"
阅读全文
posted @ 2019-11-27 18:03 Wsnan
阅读(912)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
8
9
···
12
下一页
公告