NafmiiQuartzApplicationTests.java
407 Bytes
package org.nafmii.nafmiiquartz;
import org.junit.jupiter.api.Test;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.beans.factory.annotation.Qualifier;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.jdbc.core.JdbcTemplate;
@SpringBootTest
class NafmiiQuartzApplicationTests {
@Test
void contextLoads() {
}
}