nacos编译打包问题 版本1.4.3 spring-boot-maven-plugin插件版本不符合

63 阅读1分钟

image.png

解决方式 在console微服务下的pom中指定spring-boot-maven-plugin插件对应的版本 这里引用的2.2.6.RELEASE

1.png

image.png

image.png