摘要: 使用spring boot开发微服务后,工程的数量大大增加(一定要按照领域来切,不要一个中间件客户端包一个),让各个jar从开发和运行时自包含成了一个重要的内容之一。spring boot starter就可以用来解决该问题(没事启动时别依赖于applicationContext.getBean获取 阅读全文
posted @ 2019-12-15 19:56 zhjh256 阅读(243) 评论(0) 推荐(0)
摘要: ClickHouse is a column-oriented database management system (DBMS) for online analytical processing of queries (OLAP). 是Yandex开发的。ClickHouse的优势是使用了面向列的 阅读全文
posted @ 2019-12-15 11:36 zhjh256 阅读(1158) 评论(0) 推荐(0)