casbin-spring-boot-starter
Spring Boot 2.x & 3.x Starter for Casbin, see example at: https://github.com/jcasbin/casbin-spring-boot-example
File Explorer
Download Latest Version (.zip)- maven-ci.yml
- semantic.yml
- CasbinDataSource.java
- CasbinAdapterException.java
- CasbinModelConfigNotFoundException.java
- CasbinPolicyConfigNotFoundException.java
- CasbinWatcherLettuceTypeUnsupportedException.java
- CasbinDataSourceInitializationMode.java
- CasbinExceptionProperties.java
- CasbinProperties.java
- CasbinStoreType.java
- CasbinWatcherLettuceRedisType.java
- CasbinWatcherType.java
- CasbinAutoConfiguration.java
- CasbinRedisWatcherAutoConfiguration.java
- TxWatcher.java
- FileUtils.java
- org.springframework.boot.autoconfigure.AutoConfiguration.imports
- spring.factories
- JdbcAdapterTest.java
- CasbinDataSourceConfiguration.java
- CasbinSpringBootStarterApplicationTest.java
- EnforcerTest.java
- application.yml
- .gitignore
- LICENSE
- maven-settings.xml
- pom.xml
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/apache/casbin-spring-boot-starter
Downloads the entire project code from GitHub to your computer.
cd casbin-spring-boot-starter
Moves into the project folder you just downloaded.
2. Maven (Java)
Medium RecommendedPrerequisites
- Git Needed to download the project code from GitHub.
- JDK (Java) Required to build and run Java projects.
- Maven The build tool used for the mvn command.
mvn clean install
Installs dependencies and builds the project using Maven.
A BUILD SUCCESS message means it worked. The output is created under target/.
// repository documentation
Was this content helpful?
(0 ratings)
