<?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: xxyopen</title>
    <description>The latest articles on DEV Community by xxyopen (@201206030).</description>
    <link>https://dev.to/201206030</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%2F872337%2F72633832-c8a8-42f6-b417-f3566684d1b0.png</url>
      <title>DEV Community: xxyopen</title>
      <link>https://dev.to/201206030</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/201206030"/>
    <language>en</language>
    <item>
      <title>IntelliJ IDEA 2022.2 EAP 5 is released: Support for Spring 6 and Spring Boot 3 features!</title>
      <dc:creator>xxyopen</dc:creator>
      <pubDate>Sun, 19 Jun 2022 00:38:24 +0000</pubDate>
      <link>https://dev.to/201206030/intellij-idea-20222-eap-5-is-released-support-for-spring-6-and-spring-boot-3-features-2b2i</link>
      <guid>https://dev.to/201206030/intellij-idea-20222-eap-5-is-released-support-for-spring-6-and-spring-boot-3-features-2b2i</guid>
      <description>&lt;p&gt;&lt;a href="https://blog.jetbrains.com/idea/2022/06/intellij-idea-2022-2-eap-5"&gt;https://blog.jetbrains.com/idea/2022/06/intellij-idea-2022-2-eap-5&lt;/a&gt;&lt;/p&gt;

</description>
      <category>intellij</category>
      <category>java</category>
    </item>
    <item>
      <title>Is it easy to install software with Chocolatey on Windows?</title>
      <dc:creator>xxyopen</dc:creator>
      <pubDate>Wed, 15 Jun 2022 01:22:02 +0000</pubDate>
      <link>https://dev.to/201206030/is-it-easy-to-install-software-with-chocolatey-on-windows-32hh</link>
      <guid>https://dev.to/201206030/is-it-easy-to-install-software-with-chocolatey-on-windows-32hh</guid>
      <description>&lt;p&gt;When I moved from Mac to Windows, I found it very convenient to install software with Chocolatey, just like Homebrew on Mac. For example, I can use the &lt;code&gt;choco install jdk8&lt;/code&gt; command to install jdk8.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://github.com/chocolatey-archive/chocolatey"&gt;https://github.com/chocolatey-archive/chocolatey&lt;/a&gt;&lt;/p&gt;

</description>
      <category>discuss</category>
    </item>
    <item>
      <title>Is Lombok already a standard for java project development?</title>
      <dc:creator>xxyopen</dc:creator>
      <pubDate>Sat, 11 Jun 2022 04:03:30 +0000</pubDate>
      <link>https://dev.to/201206030/is-lombok-already-a-standard-for-java-project-development-307p</link>
      <guid>https://dev.to/201206030/is-lombok-already-a-standard-for-java-project-development-307p</guid>
      <description>&lt;p&gt;Have you used it in your company's project development?&lt;/p&gt;

</description>
      <category>java</category>
      <category>lombok</category>
    </item>
    <item>
      <title>After I start a node program listening on port 8080, can I still start a Java program on port 8080 without reporting an error?</title>
      <dc:creator>xxyopen</dc:creator>
      <pubDate>Wed, 08 Jun 2022 23:22:01 +0000</pubDate>
      <link>https://dev.to/201206030/after-i-start-a-node-program-listening-on-port-8080-can-i-still-start-a-java-program-on-port-8080-without-reporting-an-error-4bgj</link>
      <guid>https://dev.to/201206030/after-i-start-a-node-program-listening-on-port-8080-can-i-still-start-a-java-program-on-port-8080-without-reporting-an-error-4bgj</guid>
      <description>&lt;p&gt;When I was working before, a node program listened to port 8080 before starting the Spring Boot Admin Server, and then started the Spring Boot Admin Server (the default is also port 8080).&lt;/p&gt;

&lt;p&gt;At this time, the browser can access the Spring Boot Admin Server interface normally, but other Java services cannot be registered with the Spring Boot Admin Server, prompting a 404 error. &lt;/p&gt;

&lt;p&gt;Later, it was found that the registration of the novel service was handled by the node program listening on port 8080, and the node program could be closed to register normally.&lt;/p&gt;

&lt;p&gt;Is this because Node.Js can achieve port reuse? Can someone who knows it explain it in detail?&lt;/p&gt;

</description>
      <category>java</category>
      <category>node</category>
      <category>springbootadmin</category>
    </item>
  </channel>
</rss>
