Java Web Project
Author

Java Web Project

Focused on Java backend technologies, trending internet tech, and the latest industry developments. The platform serves over 200,000 Java developers, inviting you to learn and exchange ideas together. Check the menu for Java learning resources.

101
Articles
0
Likes
41
Views
0
Comments
Recent Articles

Latest from Java Web Project

100 recent articles max
Java Web Project
Java Web Project
Feb 18, 2025 · Backend Development

How to Build a Reusable Spring Boot Backend Template for Fast Project Kickoff

This article walks through the author's experience of creating a comprehensive Spring Boot backend template—including project scaffolding, one‑click scripts, business‑oriented package layout, automated test classification, logging, exception handling, distributed locks, Swagger API docs, Flyway migrations, multi‑environment builds, CORS setup, and static code checks—so new developers can start coding with minimal friction.

0 likes · 25 min read
How to Build a Reusable Spring Boot Backend Template for Fast Project Kickoff
Java Web Project
Java Web Project
Feb 12, 2025 · Backend Development

How to Connect DeepSeek LLM to a WeChat Public Account in 7 Steps

This step‑by‑step guide shows how to obtain a DeepSeek API key, set up an Alibaba Cloud ECS instance, configure the WeChat public platform, clone the open‑source COW project, edit its JSON configuration, and run the service so that a WeChat public account can interact with the DeepSeek large language model.

API keyBackend tutorialDeepSeek
0 likes · 12 min read
How to Connect DeepSeek LLM to a WeChat Public Account in 7 Steps
Java Web Project
Java Web Project
Feb 11, 2025 · Information Security

How to Use Apache Tika in Spring Boot for Automatic Sensitive Data Detection

This article explains Apache Tika’s core features and architecture, outlines common use‑cases, and provides a step‑by‑step Spring Boot tutorial—including Maven/Gradle setup, a service that extracts text with Tika, regex‑based sensitive‑info detection, a REST controller, optional front‑end, testing instructions, expected output, and extension ideas.

Apache TikaContent ExtractionInformation Security
0 likes · 24 min read
How to Use Apache Tika in Spring Boot for Automatic Sensitive Data Detection
Java Web Project
Java Web Project
Feb 9, 2025 · Artificial Intelligence

How to Seamlessly Integrate DeepSeek AI into IntelliJ IDEA for Java Development

This step‑by‑step guide shows Java developers how to prepare the environment, install the CodeGPT plugin, configure DeepSeek API keys, set up chat and inference models in IntelliJ IDEA, and then use the assistant for code generation, completion, explanation, and troubleshooting, complete with screenshots and example code.

AI Coding AssistantAPI integrationCodeGPT
0 likes · 9 min read
How to Seamlessly Integrate DeepSeek AI into IntelliJ IDEA for Java Development
Java Web Project
Java Web Project
Feb 5, 2025 · Big Data

Master DeepSeek: Install, Configure, and Harness Its Data Processing Power

This guide walks you through DeepSeek’s core capabilities—including installation on Windows, macOS, and Linux, configuration of storage paths, API keys, and logging levels, as well as data import, cleaning, analysis, visualization, batch processing, scheduling, and plugin extensions—providing concrete command examples and troubleshooting tips.

AutomationCommand LineDeepSeek
0 likes · 8 min read
Master DeepSeek: Install, Configure, and Harness Its Data Processing Power
Java Web Project
Java Web Project
Feb 1, 2025 · Backend Development

Choosing the Right Java Async Tool: Future, CompletableFuture, or FutureTask

This article compares three Java concurrency approaches—Future with Callable, CompletableFuture, and FutureTask—explaining their underlying principles, step‑by‑step usage, code examples, and trade‑offs so you can decide which asynchronous tool best fits your reporting workload.

CompletableFutureFutureFutureTask
0 likes · 10 min read
Choosing the Right Java Async Tool: Future, CompletableFuture, or FutureTask
Java Web Project
Java Web Project
Jan 29, 2025 · Industry Insights

How DeepSeek’s Low‑Cost AI Model Is Redrawing the Compute Landscape and Salary Benchmarks

DeepSeek’s ability to deliver top‑tier model performance on modest hardware sparked a US‑stock flash crash, challenged the high‑GPU demand narrative, and revealed unusually high salary tiers for AI researchers, prompting a reassessment of compute economics and talent compensation in the industry.

AI computeArtificial IntelligenceDeepSeek
0 likes · 5 min read
How DeepSeek’s Low‑Cost AI Model Is Redrawing the Compute Landscape and Salary Benchmarks
Java Web Project
Java Web Project
Jan 15, 2025 · Backend Development

Why MyBatis foreach Batch Inserts Stall and How to Speed Them Up with ExecutorType.BATCH

The article investigates a MyBatis batch‑insert job that consumes excessive CPU and takes 14 minutes, explains why the foreach‑generated giant INSERT statement is inefficient, and demonstrates how switching to ExecutorType.BATCH or MyBatis dynamic‑SQL batch support reduces the runtime to under two seconds.

Batch InsertExecutorType.BATCHJava
0 likes · 10 min read
Why MyBatis foreach Batch Inserts Stall and How to Speed Them Up with ExecutorType.BATCH
Java Web Project
Java Web Project
Jan 14, 2025 · Backend Development

Master Spring Boot CLI: Install, Run, Test, and Package Groovy Apps

This guide walks you through installing Spring Boot CLI, explains its Groovy‑based features, demonstrates creating and running a Hello World web app, shows how to use @Grab for dependencies, test with spring test, package into executable JARs, and explore init and shell commands.

CLICommand LineGroovy
0 likes · 13 min read
Master Spring Boot CLI: Install, Run, Test, and Package Groovy Apps