Java Backend Technology
Author

Java Backend Technology

Focus on Java-related technologies: SSM, Spring ecosystem, microservices, MySQL, MyCat, clustering, distributed systems, middleware, Linux, networking, multithreading. Occasionally cover DevOps tools like Jenkins, Nexus, Docker, and ELK. Also share technical insights from time to time, committed to Java full-stack development!

1.3k
Articles
0
Likes
647
Views
0
Comments
Recent Articles

Latest from Java Backend Technology

100 recent articles max
Java Backend Technology
Java Backend Technology
Sep 28, 2025 · Artificial Intelligence

Can AI Interviewers Redefine Software Engineer Hiring?

The article examines Meituan’s pioneering use of AI interviewers and the NoCode product, explains the emerging “Vibe Coding” approach, and argues that future software engineering interviews should assess candidates’ ability to collaborate with AI tools rather than merely memorizing algorithms.

AI InterviewMeituanVibe Coding
0 likes · 9 min read
Can AI Interviewers Redefine Software Engineer Hiring?
Java Backend Technology
Java Backend Technology
Sep 15, 2025 · Backend Development

How to Dynamically Load External JARs into SpringBoot and Scan Them

This guide explains how to load external JAR files into the JVM, configure SpringBoot to recognize them, and choose among several class‑loading strategies—including expanding the classpath, using the loader.path parameter, or implementing a custom classloader—while providing Maven configuration examples and code snippets.

Custom ClassLoaderDynamic ConfigurationJava
0 likes · 9 min read
How to Dynamically Load External JARs into SpringBoot and Scan Them
Java Backend Technology
Java Backend Technology
Sep 12, 2025 · Backend Development

Avoid Hidden SpringBoot Pitfalls: Optimize Default Configurations for Production

This article reveals how SpringBoot's out‑of‑the‑box defaults—such as Tomcat connection limits, HikariCP pool size, JPA lazy loading, Jackson timezone handling, logging, file upload limits, async thread pools, static resource caching, and transaction timeouts—can cause performance bottlenecks and stability issues in production, and provides concrete configuration recommendations to prevent them.

Optimization
0 likes · 12 min read
Avoid Hidden SpringBoot Pitfalls: Optimize Default Configurations for Production