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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to