Chinaunix首页 | 论坛 | 博客
  • 博客访问: 546774
  • 博文数量: 298
  • 博客积分: 0
  • 博客等级: 民兵
  • 技术积分: 3077
  • 用 户 组: 普通用户
  • 注册时间: 2019-06-17 10:57
文章分类

全部博文(298)

文章存档

2022年(96)

2021年(201)

2019年(1)

我的朋友

发布时间:2021-06-09 12:15:05

一、 运行端点变更Secure info endpoint(安全的 info 端点)默认情况下/info端点不再对 web 公开。此外,如果引用了 Spring Security,则默认情况下端点需要经过身份验证才能访问。记录停机日志通过以下属性我们可以在 JVM 退出时候,记录资源释放日志等。新增 Quartz 的 Actuator EndpointActuator 中新增.........【阅读全文】

阅读(886) | 评论(0) | 转发(0)

发布时间:2021-06-08 11:44:08

问题原因,新版本的gateway 取消了allowedOrigins, 对应的变更为 allowedOriginPatterns#--------gateway配置--------#使用服务发现路由spring.cloud.gateway.discovery.locator.enabled=true#服务路由名小写spring.cloud.gateway.discovery.locator.lower-case-service-id=true#跨域配置(java www&nb.........【阅读全文】

阅读(1001) | 评论(0) | 转发(0)

发布时间:2021-06-07 11:40:30

Navicat连接MySQL Server8.0版本时出现Client does not support authentication protocol requested  by server;解决如下:命令如下:1、use mysql;2、alter user 'root'@'localhost' identified with mysql_native_password by 'root';3、flush privileges;4、ww fhadmin org;.........【阅读全文】

阅读(724) | 评论(0) | 转发(0)

发布时间:2021-06-06 09:36:09

点击(此处)折叠或打开/**部署流程定义      */     @RequestMapping(value="/deployment")     @RequiresPermissions("fhmodel:edit")   &.........【阅读全文】

阅读(930) | 评论(0) | 转发(0)

发布时间:2021-06-05 14:58:03

......【阅读全文】

阅读(811) | 评论(0) | 转发(0)
给主人留下些什么吧!~~
留言热议
请登录后留言。

登录 注册