...
|
...
|
@@ -15,10 +15,10 @@ import org.springframework.transaction.annotation.EnableTransactionManagement; |
|
|
//@EnableEurekaClient
|
|
|
@EnableTransactionManagement
|
|
|
@MapperScan("com.tianbo.imfClient.dao")
|
|
|
public class WarehouseApplication {
|
|
|
public class ImfClientApplication {
|
|
|
|
|
|
public static void main(String[] args) {
|
|
|
SpringApplication.run(WarehouseApplication.class, args);
|
|
|
SpringApplication.run(ImfClientApplication.class, args);
|
|
|
}
|
|
|
|
|
|
}
|
...
|
...
|
|