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

com.wizzdi.messaging.config.MessagingConfig Maven / Gradle / Ivy

There is a newer version: 8.0.3
Show newest version
package com.wizzdi.messaging.config;


import com.wizzdi.flexicore.boot.base.interfaces.Plugin;
import org.pf4j.Extension;
import org.springframework.stereotype.Component;
import org.springframework.transaction.annotation.EnableTransactionManagement;

@Component
@Extension
@EnableTransactionManagement(proxyTargetClass = true)
public class MessagingConfig implements Plugin {


}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy