摘要: 2016-11-17 23:43:17.979 DEBUG 3944 [ main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'readSqlSessionFactory'20 阅读全文
posted @ 2016-11-17 23:54 沧海一滴 阅读(1954) 评论(0) 推荐(0)
摘要: Spring Boot with JSP and Tiles3 Using tiles and jsp on a Spring Boot 1.2.7 project file: pom.xml under <project> under <properties> under <dependencie 阅读全文
posted @ 2016-11-17 14:25 沧海一滴 阅读(943) 评论(0) 推荐(0)
摘要: To ensure good server performance, the total number of client connections, database files, and log files must not exceed the maximum file descriptor l 阅读全文
posted @ 2016-11-17 14:23 沧海一滴 阅读(1310) 评论(0) 推荐(0)
摘要: 简介 号称:世界最流行的API框架 官网:http://swagger.io/ 解决什么问题:在前后台分离的开发模式中,减小接口定义沟通成本,方便开发过程中测试,自动生成接口文档。 实例代码位置:https://github.com/pumadong/cl-roadshow/tree/master/ 阅读全文
posted @ 2016-11-17 14:07 沧海一滴 阅读(4568) 评论(0) 推荐(0)
摘要: 摘要: 在Spring Boot中使用Quartz时,在JOB中一般需要引用Spring管理的Bean,通过定义Job Factory实现自动注入。 Spring有自己的Schedule定时任务,在Spring boot中使用的时候,不能动态管理JOB,于是就使用Quartz来实现。 在Spring 阅读全文
posted @ 2016-11-17 13:58 沧海一滴 阅读(16099) 评论(0) 推荐(0)
摘要: GUID是一个128位长的数字,一般用16进制表示。算法的核心思想是结合机器的网卡、当地时间、一个随即数来生成GUID。从理论上讲,如果一台机器每秒产生10000000个GUID,则可以保证(概率意义上)3240年不重复。 UUID是1.5中新增的一个类,在java.util下,用它可以产生一个号称 阅读全文
posted @ 2016-11-17 09:58 沧海一滴 阅读(858) 评论(0) 推荐(0)