问题描述 成功解决 解决方法一 查看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<…