摘要:
1, 添加依赖 2, 配置Swagger2 3, 启动工程,访问Swagger页面 1, 添加下面依赖 <dependency> <groupId>io.springfox</groupId> <artifactId>springfox-swagger-ui</artifactId> <versio 阅读全文
摘要:
IDEA 配置外部Tomcat 启动时 控制台乱码 错误见下图 解决 添加下面代码 -Dfile.encoding=UTF-8 关闭IDEA重新打开再运行就可以了 阅读全文
摘要:
IDEA 配置外部Tomcat IDEA配置SSL 配置Tomcat的SSL 部署war到Tomcat 1,IDEA 配置外部Tomcat IDEA → Run → Edit Configurations Tomcat Server配置 IDEA配置SSL 启动项增加如图代码 @SpringBoot 阅读全文