<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>My AI Blog</title>
    <link>https://fixbug.online</link>
    <description>A personal blog powered by AI-assisted writing</description>
    <language>zh-CN</language>
    <lastBuildDate>Tue, 04 Aug 2026 08:39:12 GMT</lastBuildDate>
    <atom:link href="https://fixbug.online/rss.xml" rel="self" type="application/rss+xml"/>
    
    <item>
      <title>Java 后端分层架构详解：从项目结构到 DTO/VO 设计</title>
      <link>https://fixbug.online/articles/java-dtovo-</link>
      <guid isPermaLink="true">https://fixbug.online/articles/java-dtovo-</guid>
      <description>本文详细拆解 Java Spring Boot 后端项目的标准包结构与分层职责，涵盖 common、config、exception、controller、entity、dto、vo、service、mapper 各层，并解释 DTO 与 VO 存在的必要性及严格的层间调用规则。</description>
      <pubDate>Wed, 15 Jul 2026 11:34:46 GMT</pubDate>
    </item>

    <item>
      <title>Java 接口（Interface）入门</title>
      <link>https://fixbug.online/articles/java-interface</link>
      <guid isPermaLink="true">https://fixbug.online/articles/java-interface</guid>
      <description>了解 Java 接口的基本概念，学习如何定义接口、使用 implements 实现接口，以及一个类如何实现多个接口，通过代码示例快速入门。</description>
      <pubDate>Wed, 15 Jul 2026 11:24:14 GMT</pubDate>
    </item>

    <item>
      <title>Welcome to My Blog</title>
      <link>https://fixbug.online/articles/welcome-to-my-blog</link>
      <guid isPermaLink="true">https://fixbug.online/articles/welcome-to-my-blog</guid>
      <description>An introduction to this AI-powered blog and how it transforms rough notes into polished articles.</description>
      <pubDate>Thu, 09 Jul 2026 08:43:23 GMT</pubDate>
    </item>
  </channel>
</rss>