casbin / jcasbin

An authorization library that supports access control models like ACL, RBAC, ABAC in Java
https://casbin.org
Apache License 2.0
2.4k stars 464 forks source link

Use the new jCasbin POM, null pointer #246

Closed dhshenc closed 2 years ago

dhshenc commented 2 years ago

https://blog.csdn.net/waynelee0809/article/details/85702551

Modeled after the program written by this blog, the jCasbin version of this blog is 1.1.0. Jcasbin upgrade 1.21.0, jDBC-jcasbin upgrade 2.1.3. And then submitted to the NullPointerException

The line in the image is NullPointerException

The picture

image
casbin-bot commented 2 years ago

@tangyang9464 @seriouszyx @elfisworking @fangzhengjin

dhshenc commented 2 years ago

After the JDBC-jcasbin version is changed to 2.0.0, the problem is resolved