包含标签:Java 的文章
-
Using java to realize HTTP multithreading breakpoint download file (2)
I don't think many people can't use the download tool. Some time ago, it was boring. I spent some time writing a simpl…… -
The simplest spring cloud Tutorial Part 1: service registration and discovery (Eureka)
preface This article mainly introduces the spring cloud service registration and discovery (Eureka) for your reference…… -
Spring boot integrates mybatis and connects MySQL with c3p0 data source
I've just come into contact with spring boot and I'm not familiar with many things, such as its annotation method, its…… -
Graphic tutorial of building spring development environment with eclipse (recommended)
1. Install springsource tool suite: (1) Find and install the corresponding version of eclipse on the official website …… -
Spring security control authorization method
This article introduces the method of spring security controlling authorization and shares it with you as follows: Aut…… -
Spring cloud implements the registration center Eureka
Eureka is an open source product of Netflix that provides service registration and discovery. It provides a complete i…… -
Eclipse uses Maven to build spring MVC graphic tutorial
This article introduces the detailed steps of using Maven to build spring MVC in eclipse for your reference. The speci…… -
Spring boot integrates mybatis to realize master-slave (multi data source) separation scheme example
This article will introduce the use of spring boot to integrate mybatis and realize the separation of master and slave…… -
Spring MVC CORS cross domain source code analysis
Term interpretation: cross origin resource sharing Simply put, as long as the protocol, IP and HTTP methods are differ…… -
Detailed explanation of docker image instance built by Jenkins
Detailed explanation of docker image instance built by Jenkins Preface: Jenkins has a docker image, and we said earlie…… -
Detailed explanation of building java9 service instance using maven
order This paper mainly studies how to build java9 multi module and service instances in Maven maven The whole project…… -
Spring boot integration mybatis example code (concise version)
summary Now, most Internet applications still use mybatis to operate databases. This article introduces how to integra…… -
Spring boot example tutorial for creating non executable jar packages
We often have this scenario. We just need to turn spring boot into an ordinary jar package without a configuration fil…… -
Migration of GC log parameters in Java 9
order This paper mainly studies the migration of java9 GC log parameters. Unified logging of JVM and GC Java 9 introdu…… -
JSP spring boot / cloud uses filter to prevent XSS
JSP spring boot / cloud uses filter to prevent XSS I preface XSS (cross site scripting attack) Cross site scripting is…… -
Analysis of the starting principle of spring boot jar
1. Preface Recently, when I was free to optimize the company's open API platform, I suddenly thought that I was famili…… -
On Hibernate n + 1 problem
Stored in the session cache are interrelated object graphs. By default, when hibernate loads the customer object from …… -
Implementation example of oauth2 logoff under spring cloud
Following the above implementation of oauth2 based authentication and authorization under spring cloud, we will implem…… -
Spring boot and mybatis configuration methods
1. First, all the dependencies required for configuring mybatis by spring boot are as follows: Here we mainly talk abo…… -
Simple implementation of Java address book system
This example shares the specific code of Java address book system for your reference. The specific contents are as fol…… -
Analysis of Java color tile programming problems
Niuniu likes colored things, especially colored tiles. Niuniu's room is paved with L square tiles. There are four poss…… -
Spring bean load execution order instance parsing
This paper mainly studies the loading and execution sequence of spring beans, as follows. Source of problem: One bean …… -
Introducing com. Com into eclipse sun. image. codec. Perfect solution to JPEG packet error
When developing a java program in eclipse to process images, two packages need to be introduced: However, sometimes er…… -
Implementation method of feign of spring cloud using HTTP to request remote services
1、 Feign introduction In the spring cloud Netflix stack, each micro service exposes its own service in the form of HT…… -
Implementation of spring security password error locking user for 5 times in Java
Introduction to spring security Spring security is a security framework that can provide declarative security access c…… -
Spring boot (4) uses JWT and spring security to protect the rest API
Under normal circumstances, it is very risky to directly expose the API. If you are directly attacked by a machine, yo…… -
Integrate spring security and customize the verification code instance in spring boot
Final effect 1. Realize page access permission restriction 2. Distinguish user roles and distinguish page permissions …… -
Detailed explanation and comparison of spring transaction isolation and transaction propagation
Detailed explanation and comparison of spring transaction isolation and transaction propagation Spring is the administ…… -
2017 java development job interview questions worth collecting
The following is my own collection of interview questions for Java posts in 2017, which can be used to prepare for the…… -
Spring Security Oauth2. 0 implementation of SMS verification code login example
This article introduces spring security oauth2 0 realizes the login example of SMS verification code, which is shared …… -
Application code example of Java concurrency condition blocking condition
This paper mainly studies the application example code of Java concurrency condition blocking condition, as follows. C…… -
Explain in detail how to use spring security OAuth to implement OAuth 2.0 authorization
OAuth 2.0 is an industrial level authorization protocol. OAuth 2.0 is inherited from OAuth 1.0, which was created in 2……
