摘要:
Vue3快速上手 1.Vue3简介 2020年9月18日,Vue.js发布3.0版本,代号:One Piece(海贼王) 耗时2年多、2600+次提交、30+个RFC、600+次PR、99位贡献者 github上的tags地址:https://github.com/vuejs/vue-next/re 阅读全文
摘要:
ElasticSearch 7.x 一、 ElasticSearch 概述 1.1 ElasticSearch 是什么 Elasticsearch 是一个分布式、RESTful 风格的 搜索和数据分析引擎,能够解决不断涌现出的各种用例。作为 Elastic Stack 的核心,Elasticsear 阅读全文
摘要:
SpringBoot 整合 RabbitMQ 生产者 application.yml # 配置 RabbitMQ 的基本信息 spring: rabbitmq: # ip host: 192.168.36.100 # username username: ljt # password passwor 阅读全文
摘要:
Spring整合 RabbitMQ 创建spring 项目 引入 pom pom依赖 <?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http:/ 阅读全文
摘要:
RabbitMQ Messaging that just works — RabbitMQ 案例 pom.xml <dependencies> <dependency> <groupId>com.rabbitmq</groupId> <artifactId>amqp-client</artifact 阅读全文