|
@@ -16,10 +16,10 @@ import org.springframework.transaction.annotation.EnableTransactionManagement;
|
|
|
@EnableFeignClients
|
|
|
@EnableScheduling
|
|
|
@MapperScan("com.xynet.marketing.mapper")
|
|
|
-public class AdminApplication {
|
|
|
+public class MarketingApplication {
|
|
|
|
|
|
public static void main(String[] args) {
|
|
|
- SpringApplication.run(AdminApplication.class, args);
|
|
|
+ SpringApplication.run(MarketingApplication.class, args);
|
|
|
}
|
|
|
|
|
|
}
|