package com.cxx.home; import lombok.extern.slf4j.Slf4j; import org.springframework.boot.test.context.SpringBootTest; @SpringBootTest @Slf4j public class HomeServiceApplicationTests { }