You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by GitBox <gi...@apache.org> on 2021/07/08 11:09:46 UTC

[GitHub] [dolphinscheduler] QuakeWang commented on issue #5762: [Question] Failure to configure dev development environment

QuakeWang commented on issue #5762:
URL: https://github.com/apache/dolphinscheduler/issues/5762#issuecomment-876348881


   I tested it again and then thought maybe the error wasn't in registry.properties. Probably the main cause is due to the information in the pom.xml file in the root directory.
   ```
       <dependency>
                   <groupId>org.springframework.boot</groupId>
                   <artifactId>spring-boot-starter-parent</artifactId>
                   <version>${spring.boot.version}</version>
                   <type>pom</type>
                   <scope>import</scope>
       </dependency>
   ```
   Because the corresponding version can not be obtained from the Maven, there is an error: ``` [Master-Server] ERROR org.springframework.boot.SpringApplication - Application run failed```.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org