alibaba / cloud-native-app-initializer

Cloud Native App Initializer is committed to providing developers with a simpler and more efficient project construction experience in the current cloud-native era.
https://start.aliyun.com
Apache License 2.0
256 stars 90 forks source link

maven packge(maven打包问题) #85

Open Crown2W opened 1 year ago

Crown2W commented 1 year ago
BQSQ commented 1 year ago

+1

BQSQ commented 1 year ago
  • When creating a Spring Boot project, the server Url will report when using Alibaba Cloud's packaging: if there is no main list attribute, using the default one will not
  • 创建 Spring Boot 项目的时候,Server Url 使用阿里云的打包就会报:没有主清单属性,使用默认的就不会

pom.xml中的mainClass下面的skip设置false即可