
druid
mangues
This is a boy who love programming and girl
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
springboot后台开发遇到问题
一、1.1.6版本Druid连接MSSQLServer 2008 R2报错The query timeout value -1 is not valid. com.microsoft.sqlserver.jdbc.SQLServerException: The query timeout value -1 is not valid. 解决: 使用1.1.8版本 https://gi...原创 2018-06-26 16:20:14 · 378 阅读 · 0 评论 -
给springmvc接口快速增加字段检索,外键从表检索,外键从表查询的searchdb注解
源码地址 https://github.com/mangues/search-db 安装方式 具体案例可以查看 demo分支 maven <dependency> <groupId>top.m原创 2018-11-29 14:48:49 · 1125 阅读 · 2 评论