fix(): 监听
parent
abf436129c
commit
c55b7b0852
|
@ -1,5 +1,7 @@
|
|||
package com.muyu.pay;
|
||||
|
||||
import com.dtflys.forest.annotation.ForestClient;
|
||||
import com.dtflys.forest.springboot.annotation.ForestScan;
|
||||
import com.muyu.common.security.annotation.EnableCustomConfig;
|
||||
import com.muyu.common.security.annotation.EnableMyFeignClients;
|
||||
import lombok.extern.log4j.Log4j2;
|
||||
|
@ -9,11 +11,12 @@ import org.springframework.context.ConfigurableApplicationContext;
|
|||
|
||||
/**
|
||||
* @Classname CloudPayApplication
|
||||
* @Description TODO
|
||||
* @Description 支付启动类
|
||||
* @Date 2024/8/8 下午1:11
|
||||
* @Created by 杨旭飞
|
||||
*/
|
||||
@Log4j2
|
||||
@ForestScan(basePackages = "com.muyu.common.nacos.remote")
|
||||
@EnableCustomConfig
|
||||
@EnableMyFeignClients
|
||||
@SpringBootApplication
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
com.muyu.pay.MySpringApplicationRunListener
|
Loading…
Reference in New Issue