z7658329 commented on issue #495:
URL: 
https://github.com/apache/incubator-hugegraph-toolchain/issues/495#issuecomment-1653189170

   > ```
   > <parent>
   >         <groupId>org.springframework.boot</groupId>
   >         <artifactId>spring-boot-starter-parent</artifactId>
   >         <version>2.3.11.RELEASE</version>
   >         <relativePath/>
   >     </parent>
   > ```
   
   @zhenyuT  try to upgrade your springboot version to 2.7.3 ,then try again?
   
   ```
   <parent>
           <groupId>org.springframework.boot</groupId>
           <artifactId>spring-boot-starter-parent</artifactId>
           <version>2.7.3</version>
           <relativePath/>
       </parent>
   ```
   
   i hava started success in local (springboot version: 2.7.3)


-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to