摘要: 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)
摘要: 什么是Flyway? Flyway is an open-source database migration tool. It strongly favors simplicity and convention over configuration. Flyway是一款开源的数据库版本管理工具,它更 阅读全文
posted @ 2017-01-04 17:31 沧海一滴 阅读(5558) 评论(8) 推荐(0)
摘要: http://docs.spring.io/spring-security/site/docs/4.2.0.RELEASE/reference/htmlsingle/#authorize-requests 37.5 Spring MVC and CSRF Integration http://doc 阅读全文
posted @ 2017-01-04 17:29 沧海一滴 阅读(941) 评论(0) 推荐(0)
摘要: 软件安全本身就是个很复杂的问题,由于微服务系统中的每个服务都要处理安全问题,所以在微服务场景下会更复杂。David Borsos在最近的伦敦微服务大会上作了相关内容的演讲,并评估了四种面向微服务系统的身份验证方案。 在传统的单体架构中,单个服务保存所有的用户数据,可以校验用户,并在认证成功后创建HT 阅读全文
posted @ 2017-01-04 16:51 沧海一滴 阅读(222) 评论(0) 推荐(0)
摘要: 首先, 如果你的ssh没有安装的话,要安装ssh服务端。ubuntu是很简单sudo apt-get install openssh-server1,建立你的git 目录。 ourunix@ubuntu:~$ mkdir testgitourunix@ubuntu:~$ cd testgit/2,建 阅读全文
posted @ 2017-01-04 09:46 沧海一滴 阅读(544) 评论(0) 推荐(0)