<#ibiztemplate> TARGET=PSSYSTEM </#ibiztemplate> package ${pub.getPKGCodeName()}.config; import org.springframework.context.annotation.Configuration; import org.springframework.context.annotation.Import; @Configuration
<#if pub.isEnableGlobalTransaction?? && pub.isEnableGlobalTransaction()?? && pub.isEnableGlobalTransaction()==true> @Import({com.alibaba.cloud.seata.feign.SeataFeignClientAutoConfiguration.class}) </#if>
public class DevBootAutoConfiguration { }