Gradle's article is enough for 12 - a common summary

Commonly used summary gradle common commands //List all the properties of the project. Then you can see the properties added by the plug-in and their default values gradle properties //List all tasks for the project gradle -q tasks --all Character string '' only represents a string "String splicing, variable variable splicing or task ...

Posted by rastem on Wed, 08 Apr 2020 15:01:29 +0200

zuul routing gateway overview, basic configuration, routing rules

zuul routing gateway Zuul includes two main functions of request routing and filtering: The routing function is responsible for forwarding the external request to the specific microservice instance, which is the basis of realizing the unified access to the external access, while the filter function is ...

Posted by Gary King on Sat, 22 Feb 2020 09:42:35 +0100

Auxiliary System - Workflow Scheduler azkaban

1. Overview azkaban: https://azkaban.github.io/ 1.1. Why Workflow Scheduling System is Needed A complete data analysis system usually consists of a large number of task units: shell script program, java program, mapreduce program, hive script, etc. Time-dependent and time-dependent relationships ...

Posted by mikem562 on Sat, 20 Jul 2019 04:06:51 +0200

ActiveMQ Tutorial (2) - Cluster

order Infrastructure zookeeper Program Coordination Service Framework for automatic scheduling of multiple activemqs. After an activemq service goes down, zookeeper automatically schedules one of the normal activemq services in the cluster to become the master host to continue serving. activemq Message queuing framework, we will deploy ...

Posted by Accurax on Sun, 30 Jun 2019 21:27:32 +0200

Build spring web mvc REST style HelloWorld in 5 minutes

2019 Unicorn Heavy Gold Recruitment Python Engineer Standard >> Of course, the goal of this article is not to be speed, bu ...

Posted by rheroux on Thu, 13 Jun 2019 19:36:38 +0200

SprinBook Basic Configuration

1. Tomcat configuration These configurations are shown below. Refer to Appenddix A.Common application properties section for complete configurations. II. HTTPS Configuration Because of the security of HTTPS, HTTPS is often used in the development. For the individual developer, an HTTPS certificate is still very expensive. So ...

Posted by adamsca on Fri, 17 May 2019 08:36:05 +0200