Using Maven plug-ins to build Docker images for SpringBook applications

SpringBoot e-commerce project mall (20k+star) address: https://github.com/macrozheng/mall abstract This article mainly introduces how to package SpringBook applications into Docker images using Maven plug-ins and upload them to Docker Registry, a private image warehouse. Docker Registry Docker Registry 2.0 Architecture docker run -d -p 5000:50 ...

Posted by ramzess on Sun, 08 Sep 2019 01:19:42 -0700

How do I configure the Maven environment in IDEA?

1. Agreements Classified storage The X:/applications directory holds development tools such as IDEA, Eclipse, Typora The X:/Environments directory holds the development environment, such as JDK, MinGW-w64, cmder X:/IdeaProjects directory for IDEA projects The X:/workspaces directory holds Eclipse's workspace X:/Repository directory used as re ...

Posted by saco721 on Sat, 07 Sep 2019 21:50:52 -0700

Implementation of MapReduce Programming in Windows

Statistics of the number of credit card defaulters in a bank csv download address Breach of contract rule: AY_1-PAY_6:PAY_1 is the repayment situation in September 2005; PAY_2 is the repayment situation in August 2005;... PAY_6 is the repayment in ...

Posted by Kevmaster on Fri, 06 Sep 2019 07:02:24 -0700

dubbo service link tracking

At present, many businesses use micro-service architecture. There are two ways to divide service modules: Service Function Division Business Division Either way, an interface call requires multiple services to be completed in collaboration. A ...

Posted by rahulroy on Fri, 06 Sep 2019 01:33:47 -0700

Spring boot project structure

Using Spring Boot Spring Boot project can be downloaded directly from start.spring.io | | pom.xml | | \---src +---main | +---java | | \---com | | \---zdx | | \---readinglist | | ReadingListApplication.java | | | \---reso ...

Posted by wanda46 on Thu, 05 Sep 2019 22:09:50 -0700

Spring Cloud Alibaba | Gateway Dynamic Gateway Routing Based on Nacos

Relevant versions of Spring used in this battle:SpringBoot:2.1.7.RELEASE Spring Cloud:Greenwich.SR2 Spring CLoud Alibaba:2.1.0.RELEASE In the previous articles we introduced Nacos Service Registration and Discovery and Nacos Configuration Management For those of you who haven't seen it yet, this article is based on two articles. Background int ...

Posted by pradeepmamgain on Wed, 04 Sep 2019 18:36:45 -0700

82 days break through 1000star, the project team sorted out eight aspects of open source software must pay attention to

Recently, we have opened source SIA-TASK on GitHub, and have harvested 1000 + star s in 82 days. Since this is the first open source project of SIA team, the related work of open source, the team did not have much experience before, so we have sorted out the various records of this open source project, hoping to provide reference for future op ...

Posted by Jeroen_nld on Mon, 02 Sep 2019 20:51:44 -0700

Jvm-Sandbox Source Analysis--Startup Analysis

Preface 1. Work reason, use jvm-sandbox more, then do source code analysis, to know each other, personal ability is limited, if there are errors, welcome to correct.2. About what jvm-sandbox is, how to install it, and how to move it Official Documents3. Source analysis is based on jvm-sandbox Latest master code, tag-1.2.1.4. The tentative plan ...

Posted by tomz0r on Sun, 01 Sep 2019 09:32:10 -0700

14. Ribbon Integrated Circuit Breaker Monitoring Hystrix Dashboard

Public number: java paradise The last article just gave a brief introduction to Hystrix Dashboard monitoring, how to use Hystrix Dashboard to monitor the status of microservices? This article looks at how Ribbon integrates circuit breakers to monitor Hystrix Dashboard. Today's project mainly integrates sc-eureka-client-consumer-ribbon-hystrix p ...

Posted by solarith on Sun, 01 Sep 2019 06:20:26 -0700

Development of Authentication Center and Resource Server Access

BACKGROUND: There are many lectures on configuring oauth2 on the internet. The configuration method is complex and complicated, which is not friendly to beginners and daunting. Welcome to this series of blogs based on the latest version of spring cloud hoxton to complete the practice of OAuth 2 Based on Spring Cloud OAuth, the authenticati ...

Posted by lorenzo-s on Sun, 25 Aug 2019 22:45:42 -0700