删除排序

master
WeiRan 2024-09-08 09:50:27 +08:00
parent efd78e2f1b
commit e7ebaf289b
3 changed files with 1 additions and 2 deletions

View File

@ -152,4 +152,5 @@
</plugins>
</build>
</project>

View File

@ -18,7 +18,6 @@ import org.springframework.context.annotation.ComponentScan;
@EnableCustomConfig
@EnableMyFeignClients
@SpringBootApplication
@ComponentScan("com.muyu.cloud.background.service")
public class MuYuBackgroundApplication {
public static void main (String[] args) {
SpringApplication.run(MuYuBackgroundApplication.class, args);

View File

@ -51,4 +51,3 @@ spring:
- application-xxl-config-${spring.profiles.active}.${spring.cloud.nacos.config.file-extension}
# rabbit 配置文件
- application-rabbit-config-${spring.profiles.active}.${spring.cloud.nacos.config.file-extension}