路泰机电科技体检——数据平台后端
zjh
2024-12-30 82f867252e6c76a57502fe15ea4706f3c036cc18
src/main/java/com/example/HISApplication.java
@@ -1,11 +1,13 @@
package com.example;
import org.mybatis.spring.annotation.MapperScan;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.boot.builder.SpringApplicationBuilder;
import org.springframework.boot.web.servlet.support.SpringBootServletInitializer;
import org.springframework.scheduling.annotation.EnableScheduling;
@MapperScan("com.example.mapper")
@EnableScheduling
@SpringBootApplication
public class HISApplication extends SpringBootServletInitializer {