com.codingapi.springboot.permission.AutoConfiguration Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of springboot-starter-data-permission Show documentation
Show all versions of springboot-starter-data-permission Show documentation
springboot-starter-data-permission project for Spring Boot
package com.codingapi.springboot.permission;
import org.springframework.context.annotation.Configuration;
/**
* @author lorne
* @since 1.0.0
*/
@Configuration
public class AutoConfiguration {
}