|
|
@@ -9,9 +9,9 @@ import org.springframework.scheduling.annotation.EnableScheduling;
|
|
|
@SpringBootApplication(exclude = DataSourceAutoConfiguration.class)
|
|
|
@MapperScan("com.etotem.cfc.mapper")
|
|
|
@EnableScheduling
|
|
|
-public class ZxyjApplication {
|
|
|
+public class CfcApplication {
|
|
|
|
|
|
public static void main(String[] args) {
|
|
|
- SpringApplication.run(ZxyjApplication.class, args);
|
|
|
+ SpringApplication.run(CfcApplication.class, args);
|
|
|
}
|
|
|
}
|