/spring-boot-starter-demo

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`.

Primary LanguageJava

Watchers