feat(): 测试

master
DongZeLiang 2024-08-03 10:57:17 +08:00
parent a76a756dae
commit ec420b030f
1 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,6 @@
package com.muyu.cloud.pay;
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;
@ -15,6 +16,7 @@ import org.springframework.context.ConfigurableApplicationContext;
*/
@Log4j2
@ForestScan(basePackages = "com.muyu.common.nacos.remote")
@EnableCustomConfig
@EnableMyFeignClients
@SpringBootApplication