Skip to content

seriouszyx/casdoor-spring-boot-starter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Casdoor SpringBoot Starter

License SpringBootVersion CasdoorSdkVersion

English

Casdoor SpringBoot Starter is designed to help you easily integrate casdoor into your Spring Boot project.

how to use

  1. Add casdoor-spring-boot-starter to the Spring Boot project.

Maven

No central library, please download by yourself

  1. Inject the Enforcer where you need to use it
@Component
public class Test {
    @Autowired
    private Casdoor casdoor;
}
  1. Add configuration
casbin:
  endpoint: https://xxx.xxx.xxx

About

SpringBoot SDK for Casdoor

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%