Simple use of mybatis auto generation interface plug-in
About the use of the mybatis generator plug-in, the main task is to write the configuration file of the plug-in. The database information used in this instance is as follows. The database name is world, including three tables: city, country, and country
The structure of the city table is as follows:
The country table structu ...
Posted by crusty_php on Fri, 20 Mar 2020 16:49:15 +0100
Consul Registry for Micro Services Series
Original Link: https://mrhelloworld.com/posts/spring/spring-cloud/consul-service-registry/
Netflix Eureka 2.X https://github.com/Netflix/eureka/wiki officially announced the suspension of development, but it has little impact on domestic users. On the one hand, Eureka 1.X series is mostly used in China, and the official is actively maintaining ...
Posted by AJW on Fri, 20 Mar 2020 04:53:02 +0100
java agent project based on IDEA + maven
200316 idea + Maven zero infrastructure java agent project
Java Agent(java probe) has existed since jdk1.5, but for most business development javaer s, it is still quite magical and strange; although in actual business development, agent development is rarely involved, but every java development has been used, such as using idea to write a He ...
Posted by peuge on Mon, 16 Mar 2020 05:58:34 +0100
Maven scaffolding best practices
Background and objectives
To develop a new project, we need to build a new project. We often copy and paste configuration from other existing projects. It is inevitable that we will step into a hole because of some detailed configuration. Especially for new employees, when they don't know the compan ...
Posted by Fabio9999 on Mon, 09 Mar 2020 09:50:01 +0100
Gradle guide to java
In fact, I have always been used to build projects with maven, but yesterday I downloaded the source code of spring, and others have switched to gradle, and then I will simply learn the gradle, a typical application driven learning, and learn what new content I need
The short tutorial is as follows: ...
Posted by dammitjanet on Sun, 08 Mar 2020 09:23:53 +0100
Push mode integrates Flume and Spark Streaming
1. architecture
2.Flume configuration
Create a new configuration file under $flume \ home / conf: flume \ push \ streaming.conf
The configuration idea is as follows:
source select netcat and configure the host name and port
Select avro for sink, and configure the host name and port
channel s ...
Posted by phithe on Fri, 06 Mar 2020 12:11:34 +0100
7. Integration of Spring Boot and jOQ
The Spring Boot or Spring Cloud-based micro-service system is the mainstream in the current situation of prevailing micro-services, and is also the new direction of selection in the current business scenario.
Using Spring Boot to integrate jOOQ is relatively simple compared to using Spring directly
...
Posted by UrbanCondor on Wed, 04 Mar 2020 04:26:18 +0100
Eclipse deployment spring MVC + Maven project
Recently, I was tutoring in spring MVC foundation. In view of having contacted Maven before, I couldn't leave it. So Maven was chosen to introduce dependency.
However, my previous work projects have exposed me to SpringBoot+maven, and spring MVC has no maven, both of which I still remember. However, spring MVC + maven, this combination, really ...
Posted by ph0ngwh0ng on Tue, 25 Feb 2020 16:24:30 +0100
WeChat official account develops SpringBoot +Spring Security + thymeleaf + layui
SpringBoot +Spring Security + thymeleaf + layui
Program ideas and resource sources:
Wx Java wechat working number original demo
NatApp intranet penetration
layuimini background template
Wechat work number interface test number acquisition
This is written for the purpose of binding the WeChat official a ...
Posted by sniperscope on Mon, 24 Feb 2020 05:43:03 +0100
Explore spring cloud series Chapter 6: creating Zuul intelligent routing Palace
Welcome to spring cloud. In this chapter, we will teach you how to create the parent-child project architecture of spring cloud.
Knowledge is endless, and stories are good or bad. Articles are purely fictions. Make complaints about them.
How can I walk in the Jianghu without any tricks. The technologies ...
Posted by vcarter on Sat, 22 Feb 2020 08:26:41 +0100