Tag:Integrate
-
Time:2021-2-3
This article mainly introduces the process analysis of HBase integration based on springboot, which is introduced in great detail through the example code. It has a certain reference learning value for everyone’s study or work, and friends who need it can refer to it springboot-habse: https://github.com/spring-projects/spring-hadoop-samples/tree/master/hbase Dependence: <dependency> <groupId>org.springframework.data</groupId> <artifactId>spring-data-hadoop-hbase</artifactId> <version>2.5.0.RELEASE</version> </dependency> <dependency> <groupId>org.apache.hbase</groupId> <artifactId>hbase-client</artifactId> […]
-
Time:2020-11-21
This article mainly introduces the integration of springboot swagger process analysis, the article through the example code is very detailed, for everyone’s study or work has a certain reference learning value, need friends can refer to Springboot integrated with swagger 1、 pom.xml To introduce: <dependency> <groupId>io.springfox</groupId> <artifactId>springfox-swagger2</artifactId> <version>2.9.2</version> </dependency> <dependency> <groupId>io.springfox</groupId> <artifactId>springfox-swagger-ui</artifactId> <version>2.9.2</version> </dependency> 2. […]
-
Time:2020-6-30
This article mainly introduces the spring pure Java configuration integration Kafka code example, the article through the example code introduction is very detailed, has the certain reference study value to everybody’s study or the work, needs the friend may refer to KafkaConfig.java package com.niugang.config; import java.util.HashMap; import java.util.Map; import org.apache.kafka.clients.consumer.ConsumerConfig; import org.apache.kafka.clients.consumer.OffsetAndMetadata; import org.apache.kafka.clients.consumer.OffsetCommitCallback; import […]
-
Time:2020-4-6
This article mainly introduces the spring Web integration rabbitmq code example. The example code is introduced in detail in this article, which has a certain reference learning value for everyone’s study or work. You can refer to the following for your friends Introduce java package: In this project, only four Java packages are introduced: amqp-client-5.7.3.jar, […]
-
Time:2020-1-26
An example of this paper describes the integration of the laravel framework with the ueditor editor. To share with you for your reference, as follows: 1、 Background In the process of project development, modification function is inevitable, and rich text editor is a very convenient recommendation, of course, I thinkMarkDownIt’s simpler, but it feels like […]
-
Time:2019-12-30
Preface I have been engaged in Java programming for some years (kekekekeke ~ take a sip of tea). Basically, I will use some integration tools, such as Maven or gradle, in every project development process. Recently, I am writing a project, but there are problems in the process of packaging. I don’t know how to […]
-
Time:2019-12-15
Welcome to Tencent cloud + community to get more Tencent technology practice dry goods~ This article was published by angel Yu in cloud + community column introduce Buildbot is a Python based continuous integration system, which is used to automate the software build, test and release process. In this tutorial, we’ll show you how to […]
-
Time:2019-7-18
Install PHP First install the PHP compression package, the current download address Unzip the file to this path: D: Program Files php-7.3.5 (choose the appropriate path by yourself). Then add the path to the environment variable path. Then open CMD and run php-version. The output is similar to the following, indicating that the installation was […]
-
Time:2019-4-6
Welcome to Tencent Cloud + Community to get more Tencent Massive Technology Practice Dry Goods~ This article was published by angel Yu in the column of cloud + community introduce Buildbot is a Python-based continuous integration system for automating software construction, testing and release processes. In this tutorial, we will demonstrate how to set up […]