@@ -14,7 +14,7 @@ import org.springframework.scheduling.annotation.EnableScheduling;
@SpringBootApplication
@EnableScheduling
@ServletComponentScan
-@MapperScan("com.example.nngkxxdp.dao")
+@MapperScan({"com.example.nngkxxdp.dao", "com.example.nngkxxdp.program.dao"})
public class NngkxxdpApplication {
@Value("${http.port}")