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

Home Page:https://mvnrepository.com/artifact/org.casbin/casbin-spring-boot-starter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DB2Adapter can not work after adding id for the casbin_rule table

doctormacky opened this issue · comments

commented

The DB2Adapter doesn't work after adding id for the casbin table via this PR: https://github.com/jcasbin/casbin-spring-boot-starter/pull/24/files . It caused by wrong initial sql statement. I will fix it later.

@doctormacky PR is welcome!