摘要: 需要注意一下 ThreadPoolTaskExecutor 和 Executor 区别 阅读全文
posted @ 2019-05-17 13:26 bookc 阅读(1370) 评论(0) 推荐(0) 编辑
摘要: 安装配置:Gradle的安装与配置 - 苍凉温暖 - 博客园 (cnblogs.com)buildscript { repositories { maven { url "http://maven.aliyun.com/nexus/content/groups/public/" } }}plugin 阅读全文
posted @ 2019-05-17 13:24 bookc 阅读(405) 评论(0) 推荐(0) 编辑
摘要: 项目结构如下: test包:实际的代码 spring-boot-start-test包:start 配置包 代码详细配置如下 https://github.com/fqybzhangji/spring-boot-start 阅读全文
posted @ 2019-05-07 10:51 bookc 阅读(555) 评论(0) 推荐(0) 编辑
摘要: 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 阅读(2609) 评论(0) 推荐(0) 编辑
摘要: 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 阅读(217) 评论(0) 推荐(0) 编辑
摘要: 在logback-spring.xml 文件中添加 在mybatis-config.xml中开启: 阅读全文
posted @ 2019-03-29 10:15 bookc 阅读(945) 评论(0) 推荐(0) 编辑
摘要: linux 下http 接收中文参数乱码 解决: 在application.yml配置文件中添加 阅读全文
posted @ 2019-03-20 18:10 bookc 阅读(324) 评论(0) 推荐(0) 编辑
摘要: 相当于C#的AutoMapper 阅读全文
posted @ 2019-03-12 17:37 bookc 阅读(482) 评论(0) 推荐(0) 编辑
摘要: 转: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 阅读(406) 评论(0) 推荐(0) 编辑
摘要: 参考:https://www.cnblogs.com/xiaofengfeng/p/9552816.html 安装 配置application.yml 阅读全文
posted @ 2019-02-22 14:20 bookc 阅读(1030) 评论(0) 推荐(0) 编辑