摘要: One convenient way to run microservices is to deploy them as Docker containers. Docker containers are quick to provision, easily portable, and provide 阅读全文
posted @ 2016-12-24 19:47 沧海一滴 阅读(541) 评论(0) 推荐(0)
摘要: Set Up a Custom Domain Name for an API Gateway API Set Up a Custom Domain Name for an API Gateway API The following procedure describes how to set up 阅读全文
posted @ 2016-12-24 12:30 沧海一滴 阅读(1090) 评论(0) 推荐(0)
摘要: Java Persistence API定义了一种定义,可以将常规的普通Java对象(有时被称作POJO)映射到数据库。这些普通Java对象被称作Entity Bean。除了是用Java Persistence元数据将其映射到数据库外,Entity Bean与其他Java类没有任何区别。事实上,创建 阅读全文
posted @ 2016-12-24 10:13 沧海一滴 阅读(65844) 评论(3) 推荐(8)