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