Commit 47260490 by 程裕兵

feat:settle

parent 325563fe
...@@ -16,7 +16,8 @@ import org.springframework.scheduling.annotation.EnableScheduling; ...@@ -16,7 +16,8 @@ import org.springframework.scheduling.annotation.EnableScheduling;
@EnableScheduling @EnableScheduling
@EnableFeignClients(basePackages = { @EnableFeignClients(basePackages = {
"com.jiejing.cam.api", "com.jiejing.cam.api",
"com.jiejing.paycenter.api" "com.jiejing.paycenter.api",
"com.jiejing.fitness.finance.api",
}) })
@SpringBootApplication(scanBasePackages = "com.jiejing") @SpringBootApplication(scanBasePackages = "com.jiejing")
public class CrontabBffApplication { public class CrontabBffApplication {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment