启动类添加注解

master
张腾 2024-08-08 10:12:26 +08:00
parent 076c5e3056
commit c6177fc27d
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ import org.springframework.boot.autoconfigure.SpringBootApplication;
* @nameMuyuPayApplication * @nameMuyuPayApplication
* @Date2024/7/29 21:24 * @Date2024/7/29 21:24
*/ */
@ForestScan(basePackages = "com.muyu.common.nacos.api")
@EnableCustomConfig @EnableCustomConfig
//@EnableCustomSwagger2 //@EnableCustomSwagger2
@EnableMyFeignClients @EnableMyFeignClients