更新 src/main/java/com/muyu/system/CloudSystemApplication.java
parent
5fcdc7e0d9
commit
a06fc95d75
|
@ -15,7 +15,6 @@ import org.springframework.context.annotation.ComponentScan;
|
||||||
//@EnableCustomSwagger2
|
//@EnableCustomSwagger2
|
||||||
@EnableMyFeignClients
|
@EnableMyFeignClients
|
||||||
@SpringBootApplication
|
@SpringBootApplication
|
||||||
@ComponentScan(basePackages = {"com.muyu.system", "com.muyu.common.security"})
|
|
||||||
public class CloudSystemApplication {
|
public class CloudSystemApplication {
|
||||||
public static void main (String[] args) {
|
public static void main (String[] args) {
|
||||||
SpringApplication.run(CloudSystemApplication.class, args);
|
SpringApplication.run(CloudSystemApplication.class, args);
|
||||||
|
|
Loading…
Reference in New Issue