<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Mike Møller Nielsen</title>
    <description>The latest articles on DEV Community by Mike Møller Nielsen (@mikecodeinvestigator).</description>
    <link>https://dev.to/mikecodeinvestigator</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3878454%2F2f193c89-acec-4c37-9d1b-4300eaaee342.png</url>
      <title>DEV Community: Mike Møller Nielsen</title>
      <link>https://dev.to/mikecodeinvestigator</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/mikecodeinvestigator"/>
    <language>en</language>
    <item>
      <title>Using an AGENTS.md File with Spring Boot</title>
      <dc:creator>Mike Møller Nielsen</dc:creator>
      <pubDate>Tue, 14 Apr 2026 11:07:10 +0000</pubDate>
      <link>https://dev.to/mikecodeinvestigator/using-an-agentsmd-file-with-spring-boot-2ki5</link>
      <guid>https://dev.to/mikecodeinvestigator/using-an-agentsmd-file-with-spring-boot-2ki5</guid>
      <description>&lt;p&gt;  &lt;iframe src="https://www.youtube.com/embed/-k_Bz2wNpx4"&gt;
  &lt;/iframe&gt;
&lt;br&gt;
Using an AGENTS.md File with Spring Boot.&lt;/p&gt;

&lt;p&gt;An AGENTS.md file is a simple way to guide AI coding assistants within a Spring Boot project. It defines how the codebase is structured and what conventions should be followed, helping generated code stay consistent with the project.&lt;/p&gt;

&lt;p&gt;In a Spring Boot application, AGENTS.md can specify where controllers, services, and repositories belong, how dependencies should be injected, and how tests should be written. For example, it might instruct agents to use constructor injection, keep business logic in services, and follow a specific package structure.&lt;/p&gt;

&lt;p&gt;The file should be concise and practical. Typical content includes project structure, coding rules, and basic guidelines for making changes. By providing this context, AGENTS.md reduces inconsistent code generation and improves the usefulness of AI-assisted development.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>springboot</category>
      <category>java</category>
      <category>openai</category>
    </item>
  </channel>
</rss>
