通过执行以下操作解决了OP问题,
这看起来与您所面临的相似。你可以尝试一下吗
<plugin> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-maven-plugin</artifactId> <configuration> <classifier>exec</classifier> </configuration> </plugin>

通过执行以下操作解决了OP问题,
这看起来与您所面临的相似。你可以尝试一下吗
<plugin> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-maven-plugin</artifactId> <configuration> <classifier>exec</classifier> </configuration> </plugin>
上一篇 如何使用Spring Boot配置嵌入式ActiveMQ Broker URL
下一篇 IntelliJ Idea中没有为Kotlin @ConfigurationProperties类生成spring-configuration-metadata.json文件