nacos-group / nacos-examples

Nacos Examples
Apache License 2.0
951 stars 1.47k forks source link

mvn clean package,打好的包只有5K #52

Open wangyushuai opened 3 years ago

wangyushuai commented 3 years ago

springboot example

huangchuxian commented 3 years ago

可能是你的pom.xml没有引入`

org.springframework.boot
    <artifactId>spring-boot-starter-parent</artifactId>
    <version>2.3.4.RELEASE</version>
    <relativePath/>
</parent>`
3304604817 commented 2 years ago

666,没引入的话默认配置就没有

hvgdfx commented 6 months ago

没有把依赖打进来,只打了源码