user项目
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
package com.yxt.goods;
|
package com.yxt.user;
|
||||||
|
|
||||||
|
|
||||||
import org.springframework.boot.SpringApplication;
|
import org.springframework.boot.SpringApplication;
|
||||||
@@ -17,8 +17,8 @@ import org.springframework.scheduling.annotation.EnableScheduling;
|
|||||||
// 启用自带定时任务
|
// 启用自带定时任务
|
||||||
@EnableScheduling
|
@EnableScheduling
|
||||||
@EnableFeignClients(basePackages = {})
|
@EnableFeignClients(basePackages = {})
|
||||||
public class GoodsApplication {
|
public class UserApplication {
|
||||||
public static void main(String[] args) {
|
public static void main(String[] args) {
|
||||||
SpringApplication.run(GoodsApplication.class, args);
|
SpringApplication.run(UserApplication.class, args);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user