
com.aol.micro.server.transactions.TransactionsPlugin Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of micro-transactions Show documentation
Show all versions of micro-transactions Show documentation
Opinionated rest microservices
package com.aol.micro.server.transactions;
import com.aol.cyclops.data.collections.extensions.persistent.PSetX;
import com.aol.micro.server.Plugin;
/**
*
* @author johnmcclean
*
*/
public class TransactionsPlugin implements Plugin{
@Override
public PSetX springClasses() {
return PSetX.of(TransactionConfiguration.class);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy