zhenyuT commented on issue #495:
URL:
https://github.com/apache/incubator-hugegraph-toolchain/issues/495#issuecomment-1654876584
> > ```
> > <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)
感谢,升级spring boot到2.7.3解决了问题
不过同时swagger版本也需要更新
```
<dependency>
<groupId>io.springfox</groupId>
<artifactId>springfox-boot-starter</artifactId>
<version>3.0.0</version>
</dependency>
```
并且需要添加配置:
spring.mvc.pathmatch.matching-strategy=ANT_PATH_MATCHER
--
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]