Marco's Java

Preface After the previous stage of learning, we have been very familiar with Spring, Spring MVC, Maven, Shiro has entered a door, perhaps a single point of knowledge is not so difficult to understand, but once all things are "burned together", it feels like no clue? So the Shiro+SMM integra ...

Added by djpeterlewis on Sun, 04 Aug 2019 10:29:23 +0300

4 IDEA Environment Application

Chapter 4 IDEA Environmental Applications The spark shell only uses a lot when testing and validating our programs. In production environments, programs are usually written in the IDE, then packaged into jar packages and submitted to the cluster. The most common use is to create a Maven project that uses Maven to manage the dependencies of j ...

Added by amal.barman on Sat, 03 Aug 2019 21:40:25 +0300

Deploy Spring Boot project in Docker

Microservices are now very popular in Internet companies, and many HR phone interviews before job hunting asked if they had any contact with microservices.Micro-service and Docker can be perfectly combined to make the architecture of micro-service more convenient.As the SpringBoot framework for microservices, today we'll look at how to run a Sp ...

Added by andymt on Fri, 02 Aug 2019 04:11:13 +0300

spring-boot learning: second, create a restful web service

At first, I don't know how to start. I can learn from demo provided by the government. Such as:https://spring.io/guides/gs/rest-service/ Can download the source code to see, have a rough understanding. Environmental preparation: JDK 1.8 and above, Maven 3.2+ For editors, it is recommended to use Intelli ...

Added by parag on Thu, 01 Aug 2019 12:50:16 +0300

Ereka Cluster and ribbon Load Balancing Build Quickly

1. Ereka Cluster Construction Cluster has two registry modules, which are spring-cloud-eureka-server-7001 and spring-cloud-eureka-server-7002. Following is the construction of spring-cloud-eureka-server-7001, which is the same as spring-cloud-eureka-server-7002. 1.1 pom.xml configuration file & ...

Added by d00dle on Wed, 31 Jul 2019 09:49:39 +0300

Spring Cloud - Chapter 7 - Profile Management Center (Spring Cloud Config)

I. Brief Introduction Distributed systems often have multiple services and different configuration files. Different environment profiles have different contents: development environment, test environment and production environment. To facilitate the management of a large number of configuration fil ...

Added by Kaizard on Tue, 30 Jul 2019 18:13:15 +0300

Custom Starter for SpringBoot Source

** Write in front: ** As a developer, compared with the development of Spring and Spring MVC, the biggest feeling of using SpringBook micro framework is that we can finally stop writing so many configuration files. Think back carefully, in our original spring + spring MVC development model, we need to ...

Added by mothermugger on Tue, 30 Jul 2019 17:19:36 +0300

Sprcloud Notes | Chapter 1: Registration and Discovery Framework for Eureka Services

Introduction to Eureka When subsystems and subsystems are not in the same environment, remote calls are needed. Remote calls may be implemented using httpClient,Web Service and other technologies. However, more and more services are available in distributed systems. In this case, maintaining these static configurations manually is ...

Added by aerodromoi on Tue, 30 Jul 2019 13:16:53 +0300

java version of spring cloud+spring boot social e-commerce platform Eureka (Service Registration and Service Discovery Foundation)

1: Introduction to EurekaEureka is a sub-module and one of the core modules of Spring Cloud Netflix.For Cloud Service Discovery, a REST-based service for locating services for cloud mid-tier service discovery and failover.Java springcloud B2B2C o2o multi-user shop springcloud architecture Service registration and discovery are important for mi ...

Added by fenway on Tue, 30 Jul 2019 04:46:50 +0300

Learn to use Spring Cloud Netflix Eureka together

Preface Sprcloud provides a set of technology components for interconnected enterprises to build micro services, and Eureka is the core of Spring Cloud system. Netfix is not a technical concept, it was originally the name of a foreign video website. The technology team of this video website has done a lot of practice in the direction of micro-s ...

Added by EPJS on Sat, 27 Jul 2019 14:29:47 +0300