java Reptiles Series I - Introduction to Reptiles
1. overview
What does the java crawler series contain?
Introduction to java crawler framework webmgic
Using webmgic to crawl the movie resources in http://ady01.com (action movie list page, movie download address, etc.)
Using webmgic to crawl course resources for geek time (article series and video series)
The main contents of this article ar ...
Posted by ldsmike88 on Wed, 08 May 2019 21:42:39 -0700
Several ways spring gets bean s
Use jdk:1.8, maven:3.3.3
How spring gets beans
Contents of the pom.xml file:
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0 ...
Posted by salim on Tue, 07 May 2019 13:05:38 -0700
Run dubbo project as jar package with maven
maven packaging
Package the plug-in maven-jar-plugin with mavenAdd the following code at the end of the pom.xml file.maven-dependency-plugin refers to copying a dependent jar package to a specified directorymaven-resources-plugin copies dependent resources to the specified directory
<build>
<plugins>
<plu ...
Posted by andycole on Tue, 30 Apr 2019 23:30:38 -0700
A Java-based syslog server, everyone to see ah!
A Java-based syslog server
Preface
preparation in advance
Functional rendering
Solution to the problem that the received data can only be output to the console
Specific code
epilogue
Preface
When I received a request to develop syslog, my expression was like this....
What is syslog? Haven't I heard of it? What's the us ...
Posted by Person on Tue, 30 Apr 2019 03:40:38 -0700
Spring Load IOC Container and Load Bean Source Interpretation
. SpringBoot application development is already very common. It's true that SpringBoot brings us a lot of convenience for development, but in fact, SpringBoot does not add any new features, it just mixes upgrades based on Spring notes.The essence of SpringBoot is automated assembly (@EnableAutoConfiguration). We don't need to in ...
Posted by Weiry on Mon, 29 Apr 2019 02:10:36 -0700
SpringBoot Unified Configuration Center
Backend projects have been built using springboot, and all configurations are written to their own resource directory. As more and more micro-service projects grow, each project needs its own configuration files.And once you want to modify the configuration file later, you have to republish it again. Now, let's teach you how to manage these con ...
Posted by jonki on Fri, 26 Apr 2019 22:42:36 -0700
Springboot project deployed to external Tomcat
Foreword: As everyone who has used Springboot knows, Springboot uses the idea that conventions are larger than configurations, and provides a lot of operations to simplify the configuration, so we can get rid of the heavy configuration of SpringMVC projects by configuring the appropriate parameter values for the specified param ...
Posted by Cerberus_26 on Fri, 26 Apr 2019 06:21:36 -0700
Java Spring mvc
outline
Introduction to Spring mvc2. Spring mvc code practice3. Project Source DownloadIV. Reference Articles
Introduction to Spring mvc
1. What is spring MVC
_Spring MVC is a module of spring framework. Spring MVC and spring need not be integrated through the middle integration layer. Spring MVC is a web framework based on ...
Posted by xoligy on Wed, 24 Apr 2019 09:48:34 -0700
Apache CXF: An Introduction to Web Service RPC Framework
This blog Uncle Cat's Blog For reprinting, please state your origin
Learning Series
What is the RPC framework?
What is the RPC framework? Java has its own RPC implementation. Introduction to RMI framework
Apache CXF: An Introduction to WebService RPC Framework
CXF official website: http://cxf.apache.org/
Apache CXF is an open source Web Serv ...
Posted by rledieu on Tue, 23 Apr 2019 09:09:33 -0700
Log4j2 + Spring MVC5 configuration
Article directory
demand
Trial process
pom.xml file
Configuration of log4j2 in web.xml
log4j2 file path
Test whether the log4j2.xml modification takes effect during project operation
Solve the problem
Successful retest
demand
Want to use Log4j2's dynamic loading configuration file feature, build a spring MVC project ca ...
Posted by morleypotter on Mon, 22 Apr 2019 18:51:35 -0700