上一页 1 ··· 200 201 202 203 204 205 206 207 208 ··· 785 下一页
摘要: key:3-key key:/v1.02-key Exception in thread "main" java.util.ConcurrentModificationException at java.util.HashMap$HashIterator.nextNode(HashMap.java:1429) at java.util.HashMap$EntryIterator.next(H... 阅读全文
posted @ 2017-01-06 10:31 沧海一滴 阅读(1030) 评论(0) 推荐(0)
摘要: spring boot 2.X推荐使用: <!-- https://mvnrepository.com/artifact/io.springfox/springfox-boot-starter --> <dependency> <groupId>io.springfox</groupId> <art 阅读全文
posted @ 2017-01-05 09:59 沧海一滴 阅读(87908) 评论(2) 推荐(4)
摘要: Cron-Expressions are used to configure instances of CronTrigger. Cron-Expressions are strings that are actually made up of seven sub-expressions, that 阅读全文
posted @ 2017-01-04 17:56 沧海一滴 阅读(1745) 评论(1) 推荐(0)
摘要: 前言 前一篇文章,讲了MyBatis入门,讲到了MyBatis有两个基本的配置文件,一个用来配置环境信息,一个用来写SQL语句。前者我把它命名为config.xml,config.xml的内容是: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 阅读全文
posted @ 2017-01-04 17:55 沧海一滴 阅读(381) 评论(0) 推荐(0)
摘要: 前言 上一篇文章介绍了SpringBoot的PropertySourceLoader,自定义了Json格式的配置文件加载。这里再介绍下EndPoint,并通过自定EndPoint来介绍实现原理。 Endpoint SpringBoot的Endpoint主要是用来监控应用服务的运行状况,并集成在Mvc 阅读全文
posted @ 2017-01-04 17:51 沧海一滴 阅读(3086) 评论(0) 推荐(0)
上一页 1 ··· 200 201 202 203 204 205 206 207 208 ··· 785 下一页