Open in app
Home
Notifications
Lists
Stories

Write
Gejiufelix
Gejiufelix

319 Followers

Home

Published in Javarevisited

·12 hours ago

Do you understand these 8 questions about Spring Boot?

1. What are the advantages of Springboot? (1) Quickly create a spring project that runs independently and integrates with mainstream frameworks (2) Using the embedded servlet container, the application does not need to be packaged into a war package (3) A large number of automatic configurations simplify development, and the default values ​​can also be modified (4) Operational application monitoring…

Java

3 min read

Do you understand these 8 questions about Spring Boot?
Do you understand these 8 questions about Spring Boot?
Java

3 min read


Published in CodeX

·Nov 13

High Availability: How Much Do You Know?

For most of my friends, High Availability is encountered a lot in projects, because this is an extremely important reference for measuring the service quality of IT systems. High availability is very important for both solution design and implementation. …

Software Engineering

4 min read

High Availability: How Much Do You Know?
High Availability: How Much Do You Know?
Software Engineering

4 min read


Published in CodeX

·Nov 11

Have you used these Java concurrent containers?

I believe that many small partners often use thread-safe container classes such as ConcurrentHashMap and ArrayBlockingQueue in many concurrent scenarios. Although these will sacrifice some efficiency, they can be guaranteed in terms of safety. Careful friends should be able to find that the thread-safe containers in the above examples are…

Java

3 min read

Have you used these Java concurrent containers?
Have you used these Java concurrent containers?
Java

3 min read


Published in CodeX

·Nov 10

8 methods commonly used in the Object class in Java, as a programmer must understand

As we all know, the Object method in Java is used very frequently. All classes in Java have a common source, that is the Object class, and subclasses will inherit all the public methods in the Object class, so let’s take a look at these 8 methods today! Method 1: getClass As you…

3 min read

8 methods commonly used in the Object class in Java, as a programmer must understand
8 methods commonly used in the Object class in Java, as a programmer must understand

3 min read


Published in CodeX

·Oct 18

Believe it or not, many senior programmers do not fully understand these 5 points

For many programmers, even if they are very experienced, there are some points to pay attention to, and whether they have fully grasped it, let’s discuss it together. 1. Do you often encounter the repetitive work of rendering? For many experienced and veteran React friends, it may not be possible to fully understand rendering. Rendering happens frequently and often unexpectedly…

4 min read

Believe it or not, many senior programmers do not fully understand these 5 points
Believe it or not, many senior programmers do not fully understand these 5 points

4 min read


Published in Javarevisited

·Oct 14

Go crazy, is Redis single-threaded or multi-threaded?

For early programmers, Redis is single-threaded, no doubt about it. So why do many friends have doubts about this now? Has Redis changed? Today we understand it all at once. Let’s take a look at these summaries:

Redis

5 min read

Go crazy, is Redis single-threaded or multi-threaded?
Go crazy, is Redis single-threaded or multi-threaded?
Redis

5 min read


Published in Javarevisited

·Oct 8

5 “gotchas” of Java date handling

I have sorted out the 5 “traps” of Java date processing, hoping to bring convenience to everyone’s usual work. 1. Learn about setting the time with Calendar Error demo: Calendar c = Calendar.getInstance(); c.set(Calendar.HOUR, 10); System.out.println(c.getTime()); operation result: Fri Oct 7 20:30:03 GMT+08:00 2022 Proper presentation: Calendar c = Calendar.getInstance(); c.set(Calendar.HOUR_OF_DAY, 10);

Java

3 min read

5 “gotchas” of Java date handling
5 “gotchas” of Java date handling
Java

3 min read


Published in Javarevisited

·Sep 28

6 SpringBoot performance optimizations that you must know as a java developer

Spring Boot is a classic framework for Java development, so when the pressure on services rises, the optimization of Spring Boot services needs to be focused. In this article, I will introduce three new performance analysis tools and the optimization of Controller, Service, and Dao under the MVC architecture. (1)…

Java

6 min read

6 SpringBoot performance optimizations that you must know as a java developer
6 SpringBoot performance optimizations that you must know as a java developer
Java

6 min read


Published in Javarevisited

·Sep 26

The “Spiderman” that saves programmers — Spring boot

For senior programmers, in order to make web development more and more convenient, the technical level is constantly updated, from Servlet technology to Spring and Spring MVC. But for friends who have experience in Spring MVC development, they can deeply feel the pain. …

Java

4 min read

The “Spiderman” that saves programmers — Spring boot
The “Spiderman” that saves programmers — Spring boot
Java

4 min read


Published in Javarevisited

·Sep 22

It is said that 99% of programmers cannot master these 5 Spring Boot startup extension points

As senior programmers know, the core idea of Spring is the container, so in the project, if the container is refreshed, it will be a stormy sea. For Spring boot, it encapsulates Spring, following conventions rather than configuration, plus the mechanism of automatic assembly. Personally, I really like the mechanics…

Java

4 min read

It is said that 99% of programmers cannot master these 5 Spring Boot startup extension points
It is said that 99% of programmers cannot master these 5 Spring Boot startup extension points
Java

4 min read

Gejiufelix

Gejiufelix

319 Followers

Learning and progress

Following
  • fatfish

    fatfish

  • javinpaul

    javinpaul

  • omgzui

    omgzui

  • Justin Cox

    Justin Cox

  • Adrian Drew

    Adrian Drew

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech