io.github.wslxm.springbootplus2.manage.sys.service.impl.DefaultServiceImpl Maven / Gradle / Ivy
The newest version!
package io.github.wslxm.springbootplus2.manage.sys.service.impl;
import io.github.wslxm.springbootplus2.core.base.service.impl.BaseServiceImpl;
import org.springframework.context.annotation.Primary;
import org.springframework.stereotype.Service;
/**
* @author wangsong
* 通用 BaseController 的 baseService 属性的默认bean 对象
*/
@Primary
@Service
public class DefaultServiceImpl extends BaseServiceImpl {
}