通过http://blog.didispace.com/spring-boot-learning-21-2-5/ 地址学习swagger2mackup+maven插件生成静态文档。
主要内容如下:
使用的springboot版本 2.3.3.RELEASE
出现很多错误,解决方法有:
1、在maven的settings.xml加入阿里源的jcenter mirror(改过后没有删除)
2、最后一次报错内容:Could not find artifact ch.netzwerg:paleo-core:jar:0.11.0 in central (https://repo.maven.apache.org/...
解决方法:https://github.com/Swagger2Markup/swagger2markup/issues/300
把教程中加入的repository
<repositories>