12 lines
189 B
Java
12 lines
189 B
Java
package com.cxx.home;
|
|
|
|
import lombok.extern.slf4j.Slf4j;
|
|
import org.springframework.boot.test.context.SpringBootTest;
|
|
|
|
@SpringBootTest
|
|
@Slf4j
|
|
public class HomeServiceApplicationTests {
|
|
|
|
}
|
|
|