Spring(IOC,AOP,Set mode injection, construction method injection, annotation, Spring JDBC)

Spring What is Spring? Spring is a lightweight Java development framework based on IOC and AOP, which was born in 2003 to simplify enterprise application development. Spring benefits Lightweight: the jars used by Spring framework are relatively small, generally less than 1M or several hundred kUTF-8...

Posted by shank888 on Sun, 16 May 2021 03:39:43 +0930

IDEA uses maven to load myBatis

Full process configuration of nanny level graphics and text This paper uses the usage recommended by the official website of mybatis, which is interface oriented and more convenient to operate mybatis. Another method is not nagging here Create project Create a new project without using the mavUTF-8...

Posted by thiscatis on Sun, 23 May 2021 05:44:07 +0930

Maven takes notes

An introduction to Maven What's this Effect Project ConstructionDependency Management 2 Maven Download Installation Download-3.6.1 http://maven.apache.org/ install Unzip and configure the environment variable MAVEN_HOME(Maven installation directory), Path(%MAVEN_HOME%\bin) Detect Configuration UTF-8...

Posted by gnawz on Fri, 11 Jun 2021 02:30:01 +0930

Learning journey of Java EE spring boot

Why use SpringBoot SpringBoot improves and optimizes the above shortcomings of Spring, based on the idea that convention is better than configuration, which allows developers to devote themselves to the code writing of logical business without switching between configuration and logical busineUTF-8...

Posted by php_tom on Sat, 12 Jun 2021 07:29:23 +0930

I'm glad to be asked by Huawei's interviewer about the difference between Spring and Spring Boot!

preface I believe everyone has a different answer to the difference between Spring and Spring boot. I believe that for students who have used Spring boot for a long time, they still don't understand the difference between Spring boot and Spring. After reading the comparison in this article, mayUTF-8...

Posted by inSaneELF on Thu, 17 Jun 2021 07:20:08 +0930

Why has Apollo been used for many years? This time I chose Nacos. You will understand after reading this article

The boss has spoken, can I say no? This paper discusses how to realize configuration management in different environments (development, testing, grayscale, formal). Just as Maven uses groupId, artifactId, and version to locate jar packages in the warehouse, Nacos also provides Namespace, Data IUTF-8...

Posted by jmaker on Sun, 04 Jul 2021 03:14:55 +0930

Remote debug

Spring boot project, remote debug ging 1. Remote debug means: Due to the differences of deployment environment, I believe many friends have encountered bugs in the normal tested functions of development environment in the test environment or even the production environment. In general, the prodUTF-8...

Posted by robcrozier on Wed, 07 Jul 2021 06:00:53 +0930

How to make a BOM through Gradle and how to use BOM in Gradle????

A medium and large Java infrastructure project often contains many JAR packages. If these JAR packages are released to business development separately, the compatibility maintenance between these different versions of JAR packages will become very troublesome. In order to solve this problem, wUTF-8...

Posted by alwaysme on Tue, 13 Jul 2021 06:25:56 +0930

How to package Spring Boot applications into Docker image files and push them to Ali Cloud Warehouse

About Docker Preface Docker has become a new generation of cloud computing technology, and you can see that they are growing very rapidly.As a killer app, Docker features: Docker is easy to get started.Docker solves environmental problems in operations and maintenance as well as pain points inUTF-8...

Posted by netrepsa on Fri, 16 Jul 2021 02:50:45 +0930

2021-07-15 (idea version) the fourth day of shangpai.com

1. Add landing page Add ADA admin-login.html under / WEB-INF Because it doesn't need too much operation to jump to the admin-login.jsp login page, we don't need to write a jump method in the controller, but directly configure a view controller in spring-web-mvc.xml Path: indicates the access paUTF-8...

Posted by sixseven on Fri, 16 Jul 2021 09:05:35 +0930