服务器规划: 修改3个微服务的配置文件: [root@localhost resources]# vi /opt/simple-microservice/order-service/order-service-biz/src/main/resources/application-fat.yml [r ...
分类:
其他好文 时间:
2021-06-02 18:16:48
阅读次数:
0
Amazon Virtual Private Cloud (Amazon VPC) is a service that lets you launch AWS resources in a logically isolated virtual network that you define. You ...
分类:
其他好文 时间:
2021-06-02 15:44:17
阅读次数:
0
一、报错信息 Error:Maven Resources Compiler: Maven project configuration required for module 'XX(项目名)' isn't available. Compilation of Maven projects is sup ...
分类:
其他好文 时间:
2021-06-02 12:26:11
阅读次数:
0
一、写在前面 HA即(high available)高可用,又被叫做双机热备,用于关键性业务。简单理解就是,有2台机器 A 和 B,正常是 A 提供服务,B 待命闲置,当 A 宕机或服务宕掉,会切换至B机器继续提供服务。常见的实现高可用的开源软件有 heartbeat 和 keepalived。 这 ...
分类:
其他好文 时间:
2021-05-25 18:40:44
阅读次数:
0
Morgan Stanley uses Apache Kafka® to publish market data to internal clients and to persist it for replay purposes. We started out using librdkafka’s ...
分类:
编程语言 时间:
2021-05-24 10:27:55
阅读次数:
0
因为springboot到生产环境是在部署到jar或者war,推荐用jar比较方便 如下pom.xml <?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xs ...
分类:
编程语言 时间:
2021-05-24 05:14:52
阅读次数:
0
xiangmu\ app\ src\ main\ resources fileUpload.resources文件 upload.userId = -1 upload.srcSystem = 131452021 upload.token = vfZQIDAQAB upload.businessId ...
分类:
编程语言 时间:
2021-05-24 04:41:09
阅读次数:
0
<!-- 引入viewer --> <link rel="stylesheet" href="../../../resources/viewer/viewer.min.css"> <script src="../../../resources/viewer/viewer.min.js"></scri ...
分类:
其他好文 时间:
2021-05-24 00:44:23
阅读次数:
0
Computer Networking: a Top-Down Approach (8th ed.) : Select Lectures Notes Navigator 1 Resources and Introduction 2 Chapter 1: Introduction 3 Chapter ...
分类:
Web程序 时间:
2021-05-04 15:21:01
阅读次数:
0
spring boot配置ssl 1、申请免费SSL证书 免费ssl证书可以在你买域名的地方随便申请,申请之后下载jks格式的证书 下载解压之后会有两个东西 2、配置springboot中的application.yml或者application.properties配置文件 先把xxx.jks文件 ...
分类:
编程语言 时间:
2021-04-27 14:54:44
阅读次数:
0