Skip to content

Commit

Permalink
feat: using jcasbin in springsecurity
Browse files Browse the repository at this point in the history
  • Loading branch information
Lordfiber committed Feb 2, 2024
2 parents af1de17 + 5d0a101 commit 7cdc4bd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/semantic.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# Always validate the PR title AND all the commits
titleAndCommits: false
titleAndCommits: false
1 change: 0 additions & 1 deletion src/test/java/org/casbin/JdbcTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ public class JdbcTest {
private String password="casbin_test";
private String driver="com.mysql.jdbc.Driver";


@Test
public void TestJdbc() throws Exception {
//save policy to database
Expand Down

0 comments on commit 7cdc4bd

Please sign in to comment.