2022-06-16发表2022-06-16更新经验分享 / 实用技巧几秒读完 (大约75个字)解决一个maven的site命令报错问题新建的maven的Spring Boot项目一致保存 org.apache.maven.doxia.siterenderer.DocumentContent not found。阅读更多
2022-04-30发表2023-08-27更新技术分享 / Spring Boot1 分钟读完 (大约186个字)关于Springboot配置thymeleaf的404问题本文描述了一个关于 YAML 配置和 Spring Boot 的问题。问题出在 Spring Boot 项目的包结构上,导致自动扫描无法注册 controller 类,从而无法访问。通过将 controller 包移动到与 application 类同一包的子包下,问题得以解决。阅读更多
2022-04-28发表2023-08-27更新技术分享 / Jenkins几秒读完 (大约24个字)解决jenkins使用sodo出现的Authentication error in jenkins on using sudo错误文章讨论了在运行Jenkins时允许无密码使用sudo的配置。通过修改sudoers文件,将jenkins用户添加到sudo组并赋予nopasswd权限,实现了Jenkins在执行特定任务时无需密码进行sudo操作。阅读更多