E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
swagger-ui.html
使用Swagger实现接口文档
文章目录一、简介二、配置Swagger1、添加Swagger依赖2、创建Swagger配置类三、访问http://localhost:8090/
swagger-ui.html
/一、简介在项目开发中,一般都是前后端分离
Mae_strive
·
2022-03-14 03:32
springboot
spring
boot
restful
swagger
spring boot admin导致
swagger-ui.html
无法访问的解决办法
springbootadmin版本:2.1.3swagger2版本:2.7.0springbootsecurity版本:2.1.3问题现象是:springbootadmin可以正常监控了,但是
swagger-ui.html
Java程序员YY
·
2022-02-06 06:39
Netflix Conductor 入门Example
https://netflix.github.io/conductor/intro/#installing-and-running介绍了如何安装Conductor),访问localhost:8080/
swagger-ui.html
吉祥噜噜
·
2021-12-14 15:59
Springboot下
swagger-ui.html
访问不到的解决方案
目录Springbootswagger-ui.html访问不到问题解决方法swagger-ui的坑,
swagger-ui.html
无显示现在说这个问题导致的原因,以及解决方案Springbootswagger-ui.html
·
2021-11-30 17:26
Swagger2配置方式(解决404报错)
究其原因是MVC没有找到swagger-ui包中的
swagger-ui.html
文件。Swagg
·
2021-11-08 12:53
shiro整合swagger的注意事项
swagger是一个很好的restapi管理工具,最近又整合了基于shiro的权限控制,出问题了,http://localhost:8080/
swagger-ui.html
访问不正常,问题肯定是shiro
·
2021-10-28 16:23
Spring security 如何开放 Swagger 访问权限
springboot加入拦截器后swagger不能访问原因分析网上找的资料中大部分只说添加这个或者只添加Springsecurity开放Swagger访问权限开放这四个目录搞定.antMatchers("/
swagger-ui.html
·
2021-09-06 17:18
study05:springSecurity配置swagger
Overridepublicvoidconfigure(WebSecurityweb)throwsException{web.ignoring().antMatchers("/swagger/**").antMatchers("/
swagger-ui.html
·
2021-06-24 18:42
java后端
study05:springSecurity配置swagger
Overridepublicvoidconfigure(WebSecurityweb)throwsException{web.ignoring().antMatchers("/swagger/**").antMatchers("/
swagger-ui.html
·
2021-06-24 18:50
java后端
swagger-ui.html
弹窗报错:Unable to infer base url. This is common when using dynamic..
学习尚硅谷的springboot项目谷粒学院,遇到的swagger报错问题。首先说一下项目结构,swagger与启动类不在同一个模块中,swagger位于common模块下,启动类位于service模块下的service_edu子模块,guli_parent模块是common模块与service模块的父模块,项目结构如下图。再说一下swagger的整合过程。1、在common模块的pom.xml文
cd233
·
2021-05-13 19:20
Springboot
swagger2
spring
boot
maven
swagger缺陷
我目前使用的是swagger2(2.6.1版本),针对get请求paramType="query"情况下的dataType无法显示复杂对象问题:
swagger-ui.html
页面swagger官方文档解释追加
修远路
·
2021-05-09 08:53
SpringBoot项目中利用Swagger搭建REST API 比 Postman香 !
SpringBoot项目中利用Swagger搭建RESTAPI一、简述二、pom.xml中导入Swagger的依赖三、创建Swagger的配置类四、测试Web接口五、访问
swagger-ui.html
页面一
GaoYang-笔迹
·
2021-05-03 19:27
Java应用框架
笔记
spring
boot
spring
java
Swagger
api
微服务聚合Swagger文档,这波操作是真的香
记得我的mall-swarm微服务项目中,没有做API文档聚合,访问每个服务的API文档都需要访问单独的
swagger-ui.html
页面,既然我们使用了微服务,就应该有统一的API文档入口,最近发现knife4j
JAVA进阶之道
·
2021-04-19 02:52
微服务聚合Swagger文档,这波操作是真的香!
记得我的mall-swarm微服务项目中,没有做API文档聚合,访问每个服务的API文档都需要访问单独的
swagger-ui.html
页面,既然我们使用了微服务,就应该有统一的API文档入口,最近发现knife4j
梦想de星空
·
2021-04-15 06:40
swagger2接口如何导入yapi
一、通过http://ip:port/项目路径/
swagger-ui.html
进行查看swagger2的接口二、如图:选择swagger导入,开启url导入,http://{ip}:{port}/项目路径
你是人间五月天
·
2021-01-06 21:52
yapi
yapi
SpringBoot2.0集成Swagger2访问404的解决操作
于是我看了下项目依赖swagger的结构:可以看到
swagger-ui.html
在META-INF/resources目录下,所以我们需要手动的将静态资源路径指向这里,在java中配置为:importorg.springframe
·
2020-09-29 10:47
Springboot配置security basic path无效解决方案
问题springcloud版本为Finchley.RELEASEspringboot版本为2.0.3.RELEASE现在有需求,/
swagger-ui.html
页面需要添加登录认证,但是本来的接口不需要登录认证升级
·
2020-09-19 12:45
通过swagger将接口导入postman教程
打开浏览器,输入http://localhost:8083/base/
swagger-ui.html
地址如图,找到对应元素的连接,并复制连接:打开postman工具,点击左上角“Import”:选择
gordon~9
·
2020-09-17 12:36
java
swagger
postman
Springboot启动后频繁打印错误日志 /null/
swagger-ui.html
解决方案
Springboot启动后频繁打印错误日志/null/
swagger-ui.html
解决方案报错信息解决办法报错信息2019-05-3012:59:48.331WARN5032---[nio-8081-
lamarsan
·
2020-09-15 02:12
出现的问题
PageNotFound
springboot
错误
bug
Spring security集成swagger2 无法访问的问题
.antMatchers("/v2/api-docs","/configuration/ui","/swagger-resources/**","/configuration/security","/
swagger-ui.html
李白是刺客
·
2020-09-15 00:40
取消springsecurity默认的登录验证
取消springsecurity默认的登录验证问题描述解决方法一方法二问题描述springboot2.x,访问
swagger-ui.html
时,会自动跳转到springsecurity的login页,自定义过滤路径的拦截器无效
别开枪我们是友军
·
2020-09-14 19:04
工作中遇到的问题
java
spring
boot
微服务聚合Swagger文档,这波操作是真的香
记得我的mall-swarm微服务项目中,没有做API文档聚合,访问每个服务的API文档都需要访问单独的
swagger-ui.html
页面,既然我们使用了微服务,就应该有统一的API文档入口,最近发现knife4j
java梦想口服液
·
2020-09-13 06:00
网关
spring
boot
spring
java
2020-8-5 swagger的简单使用
第一步:pom中引入依赖第二步:创建swagger配置类第三步:加注解描述数据项目运行后访问http://localhost:8080/
swagger-ui.html
就可以看到动态生成的接口文档一io.springfoxspringfox-swagger22.9.2io.springfoxspring
夜游神..
·
2020-09-13 02:00
Web应用程序
Swagger配置 配置knife4j 好看的ui界面
EnableSwagger2很好看的ui界面推荐使用两个都可以用看个人爱好访问地址doc:http://localhost:8088/doc.htmlSwagger:http://localhost:8088/
swagger-ui.html
北执o
·
2020-09-13 02:06
java
spring
boot
vue 导出Excel乱码问题解决方案
:869745456前端交流2群博主用的是vueelement框架,流程描述下1、前端用vue+axios请求后端数据2、请求的数据在前端打包成Excel文件,3、弹出下载.xls的弹窗很奇怪的是后端
swagger-ui.html
雪狼之夜
·
2020-09-12 15:36
vue
SpringBoot实现Swagger接口响应信息自定义(二)
终版解决方案:依据swagger接口响应机制,重写swagger接口响应数据 我们访问
swagger-ui.html
页面,看到的接口响应数据都是v2/api-docs接口返回
sinat_30735061
·
2020-09-11 10:29
Java
SpringBoot整合Shiro,Swagger2页面样式加载不出来问题
问题现象:在把/
swagger-ui.html
,赋值为anno的权限后,依然出现页面空白,调试分析是因为css和js没有加载进来因此可以推断拦截器拦截了"/swagger-resources""/v2/
琦彦
·
2020-09-11 08:48
SpringBoot
Shiro
Swagger2
SpringBoot
Shiro
Swagger2
URL过滤器
anon
Spring Boot引入swagger-ui 后
swagger-ui.html
无法访问404的问题
最近给graphserver增加swagger,记录下过程与问题解决。Swagger是一个规范和完整的框架,用于生成、描述、调用和可视化RESTful风格的Web服务,后端集成下Swagger,然后就可以提供一个在线文档地址给前端同学。引入Swaggerpom中加入相关配置:io.springfoxspringfox-swagger22.9.2io.springfoxspringfox-swagg
·
2020-09-08 15:27
No mapping for GET /
swagger-ui.html
SpringBoot使用Swagger2本来可以使用的,后来出现的异常NomappingforGET/
swagger-ui.html
,这个异常其实不用怎么解释,说白了就是找不到了。
佩奇的胖爸爸
·
2020-08-25 04:10
springboot
swagge报错:No mapping for GET /
swagger-ui.html
报错:NomappingforGET/
swagger-ui.html
后来搜索才发现,这个错误,是因为资源映射问题导致的。
qq_36655902
·
2020-08-25 04:41
swagger-ui.html
在上传文件类微服务中找不到
【问题】使能了@EnableSwagger2,检查各处都没有问题。但访问http://localhost:19900/swagger-ui.html#/的时候始终报404。用同样方法在其他微服务中都没有问题。【问题原因】猜想:可能是上传文件的传参和swagger原有生成机制冲突【解决方案】1、在Application中使能@EnableWebMvc@EnableWebMvc@EnableSwagg
灰暗角落里的琴
·
2020-08-25 02:30
spring
学习springboot小笔记(八) ----swagger设置正常,但是页面404error的解决方法
跑别人的demo,自己加上swagger,但是却访问不了,最后发现是因为默认的路径被@EnableWebMvc覆盖掉或者说是继承WebMvcConfigurerAdapter类后,默认的静态资源路径对
swagger-ui.html
zhang_li_ke
·
2020-08-25 01:51
后端开发
Swagger3-即OpenAPI访问
swagger-ui.html
500问题解决
OpenApi官网2、根据官网步骤引入依赖org.springdocspringdoc-openapi-ui1.4.43、启动项目,访问http://server:port/context-path/
swagger-ui.html
weixin_43114582
·
2020-08-24 04:14
spring
SpringBoot 2.x中使用Swagger 2生成api文档
启动项目后,输入http://localhost:8080/
swagger-ui.html
,显示的api文档页面如下:来讲讲是怎么实现的首先创建一个springboot工程,我的是通过SpringAssistant
藓类少女
·
2020-08-23 09:40
SpringBoot
微服务聚合Swagger文档,这波操作是真的香!
35k+star)地址:https://github.com/macrozheng/mall摘要记得我的mall-swarm微服务项目中,没有做API文档聚合,访问每个服务的API文档都需要访问单独的
swagger-ui.html
macrozheng
·
2020-08-22 16:52
java
springcloud
后端
微服务聚合Swagger文档,这波操作是真的香!
35k+star)地址:https://github.com/macrozheng/mall摘要记得我的mall-swarm微服务项目中,没有做API文档聚合,访问每个服务的API文档都需要访问单独的
swagger-ui.html
macrozheng
·
2020-08-21 04:57
java
springcloud
后端
闲谈swagger2
我们在使用SpringBoot集成Swagger2中
swagger-ui.html
相关的所有前端静态文件都在springfox-swagger-ui-2.4.0.jar里面。
御诺诺诺诺诺诺诺
·
2020-08-20 14:21
海豚湾的等待
为啥swagger 不显示接口列表?
框架:springmvc+swagger2打开:http://localhost:8080/
swagger-ui.html
在上面只显示:fetchingresourcelist:http://localhost
liuji0517
·
2020-08-20 06:11
Swagger2配置(解决404报错)
究其原因是MVC没有找到swagger-ui包中的
swagger-ui.html
文件。
三毛村滴雪鱼粉
·
2020-08-17 10:46
JAVA
StringBoot集成swagger2之后访问链接http://localhost:8080/
swagger-ui.html
返回404.
集成swagger2.集成之后访问链接http://localhost:8080/
swagger-ui.html
返回404.然后看了一下错误日志,报下面的错误:2018-06-0611:26:06.903WARNorg.springframework.web.servlet.PageNotFound-NomappingfoundforHTTPrequestwithURI
weixin_42861028
·
2020-08-17 09:25
java
SpringBoot
swagger2
swagger-ui多端口自动切换优化
2019独角兽企业重金招聘Python工程师标准>>>场景springcloud有10个微服务(假设),然后每次写好接口,
swagger-ui.html
给对应的开发人员,告知参数,请求方式,返回结果等,
weixin_33733810
·
2020-08-17 09:56
SpringMVC + swagger修改
swagger-ui.html
的访问路径
文档:SpringMVC集成SwaggerUI修改访问路径链接:http://note.youdao.com/noteshare?id=752e0c4aa08400155a885965d05dd78b&sub=7842F4CB0FF142069D2101920134586A需求springmvc加入swagger依赖://接入swaggercompilegroup:'io.springfox',n
迷糊小妹
·
2020-08-17 09:46
java
swagger2使用踩过的坑
1.访问swagger的首页
swagger-ui.html
时报错404。本地访问时,查看swagger的配置是否被扫描到,以及使用的swagger注解是否正确完善。2.能访问首页但是不出接口要查
曰业而安
·
2020-08-17 08:55
#
项目实战
swagger+springboot打开
swagger-ui.html
出现base url错误,页面空白,404等问题
io.springfoxspringfox-swagger22.9.2io.springfoxspringfox-swagger-ui2.9.2别忘了加注解:@EnableSwagger2404问题,页面空白:原因:Springboot找不到
swagger-ui.html
GoGoGoHan!
·
2020-08-17 08:42
SpringBoot
Swagger
Java
swagger2配置token(将token放在请求头中)
swagger2配置token(将token放在请求头中)@Configuration@EnableSwagger2publicclassSwagger2{//http://localhost:8080/
swagger-ui.html
星猿意码
·
2020-08-17 08:54
java
接口
SpringBoot集成Swagger2出现的一些问题
页面总是报红,提示post请求下缺少文档:post请求一定是传入了较为复杂的参数,所以需要在@ApiImplicitParam注释里增加参数allowMultiple=true;
swagger-ui.html
CHENCHENCHU2018
·
2020-08-17 07:13
我遇到的问题
Swagger 修改默认配置
目录swagger配置使用Docket修改一下swagger的默认数据运行项目,访问http://localhost:8080/
swagger-ui.html
额外加一点东西swagger配置packagecom.sky.config
呐呐呐-
·
2020-08-17 07:09
Java
springboot
swagger
spring
java
spring
boot
如果出现 No mapping found for HTTP request with URI [/
swagger-ui.html
]
解决办法如下@Configuration@EnableWebMvcpublicclassWebMvcConfigurerConfigimplementsWebMvcConfigurer{privateCorsConfigurationbuildConfig(){CorsConfigurationcorsConfiguration=newCorsConfiguration();corsConfigu
hap0728
·
2020-08-16 20:12
swagger整合springboot
io.springfoxspringfox-swagger22.9.2io.springfoxspringfox-swagger-ui2.9.2三编写mapperservice和controller四配置swagger创建swaggerConfig配置类五访问http://localhost:8080/
swagger-ui.html
¥简竹¥
·
2020-08-15 02:00
swagger-ui的坑,
swagger-ui.html
无显示,且返回200无报错,且/v2/api-docs可以正常访问
因为粗心,踩中的坑,代码规范,细心真的能节省很多时间上图,界面显示如图,一切都正常,控制台,也没有报错,很诡异吧docs却可以正常访问,包括接口,都是正常的,网上很多解决方案都是说,跨域问题,或者是静态资源访问不到1,首先跨域问题,会报错,有很明显的报错提示,这里排除,2,静态资源,可以参考csdn上的其他方案很多,排查方法,可以查看targer目录下是否有静态文件现在说这个问题导致的原因,以及解
xunrenbuyu
·
2020-08-13 23:09
java
java
spring
boot
上一页
1
2
3
4
5
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他