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

com.dream.boot.impl.ServiceImpl Maven / Gradle / Ivy

There is a newer version: 1.3.5
Show newest version
package com.dream.boot.impl;

import com.dream.template.mapper.TemplateMapper;
import org.springframework.beans.factory.annotation.Autowired;

public abstract class ServiceImpl extends com.dream.template.service.ServiceImpl {
    public ServiceImpl() {
        super(null);
    }

    @Autowired
    public void setTemplateMapper(TemplateMapper templateMapper) {
        this.templateMapper = templateMapper;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy