会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
已转掘金
博客园
首页
新随笔
联系
管理
上一页
1
2
3
4
5
6
7
8
下一页
2019年5月17日
Async 配置线程池
摘要: 需要注意一下 ThreadPoolTaskExecutor 和 Executor 区别
阅读全文
posted @ 2019-05-17 13:26 bookc
阅读(1372)
评论(0)
推荐(0)
编辑
Gradle 配置
摘要: 安装配置:Gradle的安装与配置 - 苍凉温暖 - 博客园 (cnblogs.com)buildscript { repositories { maven { url "http://maven.aliyun.com/nexus/content/groups/public/" } }}plugin
阅读全文
posted @ 2019-05-17 13:24 bookc
阅读(407)
评论(0)
推荐(0)
编辑
2019年5月7日
Spring Boot Start 打包方式装B指南
摘要: 项目结构如下: test包:实际的代码 spring-boot-start-test包:start 配置包 代码详细配置如下 https://github.com/fqybzhangji/spring-boot-start
阅读全文
posted @ 2019-05-07 10:51 bookc
阅读(557)
评论(0)
推荐(0)
编辑
2019年4月25日
Gradle 打包上传至私有仓库配置
摘要: allprojects{ apply plugin: 'java' apply plugin: 'idea' apply plugin: 'maven' group 'com.xxxxx.base' sourceCompatibility = 1.8 ext{ mavenUrl = "http://maven.xxxxx.com...
阅读全文
posted @ 2019-04-25 10:13 bookc
阅读(2631)
评论(0)
推荐(0)
编辑
2019年4月23日
linux 安装java
摘要: yum -y install lrzsz yum -y install zip unzip unzip jdk1.8.0_171.zip mv jdk1.8.0_171 /usr/local/ vi /etc/profile export JAVA_HOME=/usr/local/jdk1.8.0_
阅读全文
posted @ 2019-04-23 14:33 bookc
阅读(218)
评论(0)
推荐(0)
编辑
2019年3月29日
spring boot mybatis打印SQL语句
摘要: 在logback-spring.xml 文件中添加 在mybatis-config.xml中开启:
阅读全文
posted @ 2019-03-29 10:15 bookc
阅读(947)
评论(0)
推荐(0)
编辑
2019年3月20日
Spring 开发常见问题
摘要: linux 下http 接收中文参数乱码 解决: 在application.yml配置文件中添加
阅读全文
posted @ 2019-03-20 18:10 bookc
阅读(325)
评论(0)
推荐(0)
编辑
2019年3月12日
Bean拷贝
摘要: 相当于C#的AutoMapper
阅读全文
posted @ 2019-03-12 17:37 bookc
阅读(487)
评论(0)
推荐(0)
编辑
2019年2月25日
mybatis 中使用 in 查询
摘要: 转:http://www.cnblogs.com/xusir/archive/2013/07/24/3210286.html 当查询的参数只有一个时 a 如果参数的类型是List, 则在使用时,collection属性要必须指定为 list b 如果参数的类型是Array,则在使用时,collect
阅读全文
posted @ 2019-02-25 15:15 bookc
阅读(411)
评论(0)
推荐(0)
编辑
2019年2月22日
spring boot 2.0 配置双数据源 MySQL 和 SqlServer
摘要: 参考:https://www.cnblogs.com/xiaofengfeng/p/9552816.html 安装 配置application.yml
阅读全文
posted @ 2019-02-22 14:20 bookc
阅读(1036)
评论(0)
推荐(0)
编辑
上一页
1
2
3
4
5
6
7
8
下一页
公告