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

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

The newest version!
package com.dream.solon.impl;

import com.dream.template.mapper.TemplateMapper;
import org.noear.solon.annotation.Bean;

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

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy