We can just import two spring boot starters to easily build a project with shiro RBAC configuration and multi-datasources(also multi-dialects) configuration.
What we should do is to implemente the interface com.maxplus1.access.starter.config.shiro.rbac.service.IShiroService
and to edit the file application.yml
.
The starters depend on Druid
,Shiro
and MyBatis
.
阿里云数加平台开荒实践
阿里云数加平台开荒实践,利用MaxCompute和数加的数据集成实现增量ETL并进行TopN统计。
RancherOS+Rancher+Docker
RancherOS+Rancher+Docker实现分布式模拟环境,不过还是太耗费内存了,呵呵。
CoreOS初尝试
CoreOS初尝试
【转】Shell脚本:节点互信并修改主机名
Shell脚本:节点互信并修改主机名
Docker环境之一键搭建
Docker环境之一键搭建
Shell脚本:kill应用示例
Shell脚本:kill应用示例
【转】用“逐步排除”的方法定位Java服务线上“系统性”故障
转自有道技术沙龙:用“逐步排除”的方法定位Java服务线上“系统性”故障
分布式事务:TCC编程模型
本文介绍分布式事务的一种处理手段:TCC编程模型。
Dubbo之注册中心扩展:Eureka
架构的推进往往不是一蹴而就,尝试将dubbo的注册中心由Zookeeper修改为Eureka,以便可以和Spring Cloud Config更好地集合起来。