微服务
愚时般若生
it 老白
展开
-
HV000151: A method overriding another method must not redefine the parameter 2021-07-29
spring @validate@Validated@Slf4jpublic class FaController { @PostMapping("/category") public Result<List<SecVo>> category( HttpServletRequest request) { // 使用fiegn来调用其他的服务,其他服务提供的接口又使用错误的使用@Validated的注解 // 导致服务提供方抛出此异常,而不是原创 2021-07-30 09:45:22 · 9593 阅读 · 2 评论 -
springboot 2.x Failed to bind properties under ‘‘ to com.zaxxer.hikari.HikariDataSource:
***************************APPLICATION FAILED TO START***************************Description:Failed to bind properties under '' to com.zaxxer.hikari.HikariDataSource:Property: driverclassnameValue: org.postgresql.DriverOrigin: "driverClassName" f原创 2020-10-16 15:13:05 · 614 阅读 · 0 评论 -
centos7.5安装 rbbitmq 20200904
查看linux服务器信息[root@localhost software]# cat /etc/redhat-releaseCentOS Linux release 7.7.1908 (Core)[root@localhost software]# uname -r3.10.0-1062.4.1.el7.x86_64rabbitmq-server-3.8.7-1.el7.noarch.rpm首要条件,erlang 版本要大于 21[root@localhost software]# erl原创 2020-09-04 15:22:08 · 133 阅读 · 0 评论 -
zipkin安装使用
以下是官方文档给出的操作步骤QuickstartIn this section we’ll walk through building and starting an instance of Zipkin for checking out Zipkin locally. There are three options: using Java, Docker or running from source.If you are familiar with Docker, this is the pref原创 2020-09-04 11:09:18 · 260 阅读 · 1 评论 -
Nacos 安装使用
以Nacos作springcloud注册中心nacos安装快速开始这个快速开始手册是帮忙您快速在您的电脑上,下载、安装并使用 Nacos。0.版本选择您可以在Nacos的release notes及博客中找到每个版本支持的功能的介绍,当前推荐的稳定版本为1.3.1。1.预备环境准备Nacos 依赖 Java 环境来运行。如果您是从代码开始构建并运行Nacos,还需要为此配置 Maven环境,请确保是在以下版本环境中安装使用:64 bit OS,支持 Linux/Unix/Mac/Windows原创 2020-09-03 19:47:48 · 564 阅读 · 0 评论