
spring
菜鸟阿达
爱编程,爱折腾!爱运动,爱生活!
展开
-
spring boot get post数组类型 请求参数 整理
get this.$axios.get('/test/getList', { params: {id: [1, 2, 3]}, paramsSerializer: (params) => { return params.id.map(item => `id=${item}`).join("&"); } }) @GetMapping("getLi原创 2020-09-24 17:28:07 · 1611 阅读 · 0 评论 -
maven pom 配置 spring 中央仓库
<repositories> <repository> <id>spring-snapshots</id> <name>Spring Snapshots</name> <url>https://repo.spring.io/libs-snapshot-local</url> <snapshots&原创 2020-05-16 17:06:16 · 3683 阅读 · 0 评论 -
spring boot整合 dbcp2项目停止时报错InstanceNotFoundException: org.apache.commons.dbcp2:name=dataSource,type=B
spring boot 整合dbcp2 ,项目运行没有问题.但是停止项目时控制台输入如下日志内容 2019/05/07 16:16:24 WARN [Thread-49] [org.apache.commons.dbcp2.BasicDataSource] : Failed to unregister the JMX name: org.apache.commons.dbcp2:name=dat...原创 2019-05-07 16:22:36 · 3880 阅读 · 0 评论 -
paoding-rose手册
转 Paoding Rose使用手册 2015年05月28日 11:07:04 winwill2012 阅读数:4374 ...原创 2019-06-12 14:51:58 · 2414 阅读 · 0 评论