package com.mfsys.aconnect; import org.junit.jupiter.api.Test; import org.springframework.boot.test.context.SpringBootTest; @SpringBootTest class EconnectApplicationTests { @Test void contextLoads() { } }