202404 免责声明

This commit is contained in:
2024-05-15 17:10:33 +08:00
parent 84faea7d3f
commit 6ab02e20ad
8 changed files with 23 additions and 39 deletions

View File

@@ -12,7 +12,7 @@ import org.springframework.scheduling.annotation.EnableScheduling;
* @since 2017-06-19
*/
@SpringBootApplication
@EnableScheduling
//@EnableScheduling
@MapperScan(value = {"com.ydd.oms.mapper","com.sv.mapper"})
public class OmsApplication {