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
252 stars 90 forks source link

选中两个需要添加模版文件的依赖项,如果模版文件目标为同一个,git操作会偶尔失败 #90

Open Yzz-Ymin opened 11 months ago

Yzz-Ymin commented 11 months ago

选中例如mybatis和nacos-discovery,都写入了application.properties,实际生成的内容没问题,但使用git获取代码就会报错

image

git clone "https://start.aliyun.com/type=maven-project&language=java&architecture=mvc&bootVersion=2.6.13&baseDir=demo&groupId=com.example&artifactId=demo&name=demo&description=Demo%20project%20for%20Spring%20Boot&packageName=com.example.demo&packaging=jar&javaVersion=1.8&dependencies=mybatis,sca-nacos-discovery/demo.git" demo