Tagged articles
2 articles
Page 1 of 1
Java Architect Essentials
Java Architect Essentials
Aug 5, 2024 · Backend Development

Fast Testing of MyBatis SQL Without Starting Spring

This article explains how to quickly test MyBatis SQL statements by bypassing the Spring container, using a minimal MyBatis configuration, adding support for PageHelper pagination and MyBatis‑Plus plugins, and provides code examples and a plugin recommendation for efficient backend development.

BackendJavaMyBatis
0 likes · 4 min read
Fast Testing of MyBatis SQL Without Starting Spring
Programmer DD
Programmer DD
Nov 10, 2020 · Fundamentals

Boost Your Coding Efficiency with IntelliJ IDEA Scratch Files & Buffers

This article explains how IntelliJ IDEA's Scratch files and Scratch buffers let developers create temporary, runnable code snippets outside the project, avoid accidental Git commits, and quickly test Java or SQL without switching applications, enhancing focus and productivity.

IDE TipsIntelliJ IDEAJava development
0 likes · 6 min read
Boost Your Coding Efficiency with IntelliJ IDEA Scratch Files & Buffers