摘要:
参考链接: https://blog.csdn.net/Marmara01/article/details/85196803 final、finally、finalize 有什么区别? final:是修饰符,如果修饰类,此类不能被继承;如果修饰方法和变量,则表示此方法和此变量不能在被改变,只能使用。 阅读全文
摘要:
使用smart-doc 生成接口文档 方式一 插件方式 springboot 启动类 运行生成接口文档 1.pom文件 导入插件 <!--smart-doc 生成接口文档--> <plugin> <groupId>com.github.shalousun</groupId> <artifactId> 阅读全文