jcasbin / casbin-spring-boot-starter

Spring Boot 2.x & 3.x Starter for Casbin, see example at: https://github.com/jcasbin/casbin-spring-boot-example
https://mvnrepository.com/artifact/org.casbin/casbin-spring-boot-starter
Apache License 2.0
191 stars 70 forks source link

What is the use of casbin springboot starter? #28

Closed divyagar closed 3 years ago

divyagar commented 3 years ago

I saw jcasbin springboot plugin. It is using jcasbin middleware instead of casbin springboot starter. If a springboot project can implement all the functionalities using jcasbin, what is the use of springboot starter?

hsluoyz commented 3 years ago

@divyagar https://github.com/jcasbin/jcasbin-springboot-plugin is deprecated, people should use this one.