Tagged articles
4 articles
Page 1 of 1
Liangxu Linux
Liangxu Linux
Nov 19, 2023 · Fundamentals

Quickly Build a Reusable STM32 HAL MDK Project Template

This step‑by‑step guide shows how to create a reusable STM32F103C8T6 HAL‑based MDK project template, covering source download, folder structure, required files, MDK configuration, and verification to streamline future STM32 development.

HALMDKProject Template
0 likes · 9 min read
Quickly Build a Reusable STM32 HAL MDK Project Template
Programmer DD
Programmer DD
Sep 9, 2021 · Backend Development

How to Quickly Bootstrap Java Projects with Maven Archetype Templates

This guide explains how to use Maven's archetype plugin to create, customize, install, and share project templates, enabling rapid initialization of new Java projects while excluding unwanted files, and shows both command‑line and IntelliJ IDEA integration for consistent backend development.

ArchetypeBackend DevelopmentBuild Automation
0 likes · 7 min read
How to Quickly Bootstrap Java Projects with Maven Archetype Templates
Top Architect
Top Architect
Jan 28, 2021 · Backend Development

Comprehensive Spring Boot Project Template and Best Practices for Backend Development

This article presents a comprehensive Spring Boot project template for backend development, detailing README guidelines, one‑click local build scripts, business‑oriented package structure, automated test classifications, logging, exception handling, distributed locks, code style, static analysis, health checks, API documentation, database migration, multi‑environment setup, CORS configuration, and recommended third‑party libraries.

Backend DevelopmentDockerProject Template
0 likes · 24 min read
Comprehensive Spring Boot Project Template and Best Practices for Backend Development
Java Captain
Java Captain
Jul 17, 2019 · Backend Development

A Comprehensive Spring Boot Project Template and Best Practices for Backend Development

This article presents a complete Spring Boot project template for an e‑commerce order service, covering README composition, one‑click local build scripts, business‑oriented package layout, automated test classification, logging, exception handling, background tasks with distributed locks, static analysis, health checks, Swagger API documentation, database migration, multi‑environment configuration, CORS setup, and a curated list of useful third‑party libraries.

Backend DevelopmentMicroservicesProject Template
0 likes · 24 min read
A Comprehensive Spring Boot Project Template and Best Practices for Backend Development