Merge remote-tracking branch 'origin/master'

master
86191 2024-07-27 17:57:23 +08:00
commit 2000b4e8d4
1 changed files with 0 additions and 1 deletions

View File

@ -15,7 +15,6 @@ import org.springframework.context.annotation.ComponentScan;
//@EnableCustomSwagger2
@EnableMyFeignClients
@SpringBootApplication
@ComponentScan(basePackages = {"com.muyu.system", "com.muyu.common.security"})
public class CloudSystemApplication {
public static void main (String[] args) {
SpringApplication.run(CloudSystemApplication.class, args);