DevBootAutoConfiguration.java.ftl 468 字节
Newer Older
zhouweidong's avatar
zhouweidong committed
1 2 3 4 5 6 7 8 9
<#ibiztemplate>
TARGET=PSSYSTEM
</#ibiztemplate>
package ${pub.getPKGCodeName()}.config;

import org.springframework.context.annotation.Configuration;
import org.springframework.context.annotation.Import;

@Configuration
zhouweidong's avatar
zhouweidong committed
10 11 12
<#if pub.isEnableGlobalTransaction?? && pub.isEnableGlobalTransaction()?? && pub.isEnableGlobalTransaction()==true>
@Import({com.alibaba.cloud.seata.feign.SeataFeignClientAutoConfiguration.class})
</#if>
zhouweidong's avatar
zhouweidong committed
13 14 15
public class DevBootAutoConfiguration {

}