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

io.github.hpsocket.soa.starter.kafka.producer.mapper.DomainEventMapper Maven / Gradle / Ivy

Go to download

hp-soa: a fully functional, easy-to-use, and highly scalable microservice framework

The newest version!
package io.github.hpsocket.soa.starter.kafka.producer.mapper;

import com.baomidou.mybatisplus.core.mapper.BaseMapper;

import io.github.hpsocket.soa.starter.kafka.producer.entity.DomainEvent;

/** 领域事件 {@linkplain BaseMapper Mapper} */
public interface DomainEventMapper extends BaseMapper
{
    
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy