All Downloads are FREE. Search and download functionalities are using the official Maven repository.

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 {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy