io.github.taills.common.jpa.service.SecurityGroupRoleService Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of spring-boot-common Show documentation
Show all versions of spring-boot-common Show documentation
Taills's Spring Boot Project Common
package io.github.taills.common.jpa.service;
import io.github.taills.common.jpa.repository.SecurityGroupRoleRepository;
import io.github.taills.common.jpa.entity.SecurityGroupRole;
import org.springframework.stereotype.Service;
import javax.annotation.Resource;
/**
* SecurityGroupRole service层
*
* @author auto generated
* @date 2021-10-24 13:56:40
*/
@Service
public class SecurityGroupRoleService extends AbstractService {
@Resource
private SecurityGroupRoleRepository rep;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy