feat():测试

master
chentaisen 2024-08-08 21:22:48 +08:00
parent 18efecdeaf
commit d30696b133
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;
@ -14,6 +15,7 @@ import org.springframework.context.ConfigurableApplicationContext;
* @Date 2024/7/29 20:30
*/
@Log4j2
@ForestScan(basePackages = "com.muyu.common.nacos.remote")
@EnableCustomConfig
@EnableMyFeignClients
@SpringBootApplication