package com.cloudroam; import com.cloudroam.module.file.FileProperties; import org.junit.jupiter.api.Test; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.boot.test.context.SpringBootTest; import org.springframework.test.context.ActiveProfiles; @SpringBootTest @ActiveProfiles("test") public class LatticyApplicationTests { @Autowired private FileProperties fileProperties; @Test public void contextLoads() { System.out.println(); } }