https://blog.csdn.net/forezp/.
 the third part of this tutorial builds a service consumer 
 creates a new spring-boot project named service-ribbon; 
 inherits the parent pom file in its pom.xml and introduces the following dependencies: 
<parent>
        <groupId>com.forezp</groupId>
        <artifactId>sc-f-chapter2</artifactId>
        <version>0.0.1-SNAPSHOT</version>
    </parent>
    where did this come from? I succeeded according to the previous tutorial. I don"t know what to fill in here
