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

skip problem #99

Open hanfeicode opened 4 months ago

hanfeicode commented 4 months ago

mvn spring-boot:run Not listening on 8080

edit pom.xml

<skip>false</skip>

and then ok!