|
|
|
@ -17,17 +17,14 @@
|
|
|
|
|
package com.logpm.trunkline; |
|
|
|
|
|
|
|
|
|
import org.springblade.common.constant.ModuleNameConstant; |
|
|
|
|
import org.springblade.core.cloud.client.BladeCloudApplication; |
|
|
|
|
import org.springblade.core.launch.BladeApplication; |
|
|
|
|
import org.springblade.core.transaction.annotation.SeataCloudApplication; |
|
|
|
|
import org.springframework.cloud.openfeign.EnableFeignClients; |
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
* Demo启动器 |
|
|
|
|
* |
|
|
|
|
* @author Chill |
|
|
|
|
*/ |
|
|
|
|
@EnableFeignClients |
|
|
|
|
@SeataCloudApplication |
|
|
|
|
public class TrunkLineApplication { |
|
|
|
|
|
|
|
|
|