pom.xml导入依赖
<dependency> <groupId>org.projectlombok</groupId> <artifactId>lombok</artifactId> </dependency>
@RunWith(SpringRunner.class)@Slf4j public class LoggerTest { //private final Logger logger= LoggerFactory.getLogger(LoggerTest.class); @Test public void test1(){ log.debug("debug..."); log.info("info..."); log.error("error..."); } }
如果cannot find symbol symbol log
file ->settings ->plugins -> browse repositories ->搜索 Lompok Plugin
Cannot find symbo