No active profile set, falling back to default profiles: default

报:No active profile set, falling back to default profiles: default

是因为引用的springboot的版本不对

原来是

    <parent>
        <groupId>org.springframework.boot</groupId>
        <artifactId>spring-boot-starter-parent</artifactId>
        <version>2.0.1.RELEASE</version>
    </parent>

 

应该是

    <parent>
        <groupId>org.springframework.boot</groupId>
        <artifactId>spring-boot-starter-parent</artifactId>
        <version>2.0.0.RELEASE</version>
    </parent>

 

posted @ 2020-10-04 16:57  杨斌_济南  阅读(2521)  评论(0编辑  收藏  举报