在idea中使用lombok的@Data标签,可以正常启动使用,但是package和compiler时报错,“符号找不到”。 错误显示: 看到网上很多说是maven-complier-plugin的版本过低,需要指定为3.8.1,但是对我还是没用。。。。。 然后注意到lombok在SpringBoot自动创建dependency生成时自动加入了一行…
问题描述 成功解决 解决方法一 查看pom.xml 打包文件是否有这行 正确的打包文件 <plugins> <plugin> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-maven-plugin</artifactId…
配置如下 报错 org.yaml.snakeyaml.scanner.ScannerException: while scanning for the next token found character '@' that cannot start any token. (Do not use @ for indentation) 暂未解决
基于spring boot 2.7.x 问题 升级spring boot后,请求 /actuator/info 返回数据为空 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-actuator<…
如遇到junit Tests run: 0错误,可以尝试把所有测试类和测试方法都声明为public 此时运行正常