|
@@ -10,10 +10,10 @@ import tk.mybatis.spring.annotation.MapperScan;
|
|
@EnableEurekaClient
|
|
@EnableEurekaClient
|
|
@EnableFeignClients(basePackages = {"com.hongxin.hcd.backend"})
|
|
@EnableFeignClients(basePackages = {"com.hongxin.hcd.backend"})
|
|
@MapperScan(basePackages = {"com.hongxin.hcd.backend.service.base.mapper"})
|
|
@MapperScan(basePackages = {"com.hongxin.hcd.backend.service.base.mapper"})
|
|
-public class ServiceBaseApplication {
|
|
|
|
|
|
+public class ServiceDemoApplication {
|
|
|
|
|
|
public static void main(String[] args) {
|
|
public static void main(String[] args) {
|
|
- SpringApplication.run(ServiceBaseApplication.class, args);
|
|
|
|
|
|
+ SpringApplication.run(ServiceDemoApplication.class, args);
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|