答案1
您可以尝试tcbox
\documentclass{article}
\usepackage[most]{tcolorbox}
\usepackage{lmodern}
\newtcbox{\code}[1][]{%
size=fbox,
tcbox raise base, nobeforeafter,
enhanced, colframe=gray,
colback=gray!30, boxrule=1pt,
fontupper=\ttfamily,
#1}
\begin{document}
the \code{parent} section of the POM. The \code[colupper=red!70!black]{spring-boot-starter-parent} is a special \dots \code[colupper=blue!70]{dependency-management} section
\end{document}