<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>XHope &#187; Java</title>
	<atom:link href="https://xhope.top/?feed=rss2&#038;tag=java" rel="self" type="application/rss+xml" />
	<link>https://xhope.top</link>
	<description>Stay hungry, stay foolish.</description>
	<lastBuildDate>Wed, 11 Mar 2026 07:10:52 +0000</lastBuildDate>
	<language>zh-CN</language>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=4.0.1</generator>
	<item>
		<title>SpringBoot application.yml 配置参数，不上传到GitHub</title>
		<link>https://xhope.top/?p=1746</link>
		<comments>https://xhope.top/?p=1746#comments</comments>
		<pubDate>Tue, 25 Feb 2025 03:01:45 +0000</pubDate>
		<dc:creator><![CDATA[Rick]]></dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Spring]]></category>
		<category><![CDATA[Spring Boot]]></category>

		<guid isPermaLink="false">http://xhope.top/?p=1746</guid>
		<description><![CDATA[需求： application.yml 配置的数据库信息采用变量的形式，这样提交到GitHub的时候就不会泄露 [&#8230;]]]></description>
		<wfw:commentRss>https://xhope.top/?feed=rss2&#038;p=1746</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Validation in Spring Boot</title>
		<link>https://xhope.top/?p=1309</link>
		<comments>https://xhope.top/?p=1309#comments</comments>
		<pubDate>Mon, 11 Oct 2021 05:10:13 +0000</pubDate>
		<dc:creator><![CDATA[Rick]]></dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Spring]]></category>
		<category><![CDATA[Spring Boot]]></category>
		<category><![CDATA[SpringMVC]]></category>

		<guid isPermaLink="false">http://xhope.top/?p=1309</guid>
		<description><![CDATA[添加依赖 &#60;dependency&#62; &#60;groupId&#62;org.springframew [&#8230;]]]></description>
		<wfw:commentRss>https://xhope.top/?feed=rss2&#038;p=1309</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>sharp-common集成Spring Web</title>
		<link>https://xhope.top/?p=1263</link>
		<comments>https://xhope.top/?p=1263#comments</comments>
		<pubDate>Wed, 15 Sep 2021 10:37:16 +0000</pubDate>
		<dc:creator><![CDATA[Rick]]></dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Sharp Project]]></category>
		<category><![CDATA[Spring Boot]]></category>
		<category><![CDATA[Spring MVC]]></category>
		<category><![CDATA[sharp-common]]></category>
		<category><![CDATA[Spring]]></category>
		<category><![CDATA[SpringMVC]]></category>

		<guid isPermaLink="false">http://xhope.top/?p=1263</guid>
		<description><![CDATA[sharp-common 集成Spring Web主要体现在以下3个方面 通过注解 @RestControll [&#8230;]]]></description>
		<wfw:commentRss>https://xhope.top/?feed=rss2&#038;p=1263</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>converters chain</title>
		<link>https://xhope.top/?p=1122</link>
		<comments>https://xhope.top/?p=1122#comments</comments>
		<pubDate>Mon, 28 Sep 2020 12:08:34 +0000</pubDate>
		<dc:creator><![CDATA[Rick]]></dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Hibernate]]></category>
		<category><![CDATA[Spring]]></category>
		<category><![CDATA[Spring Boot]]></category>

		<guid isPermaLink="false">http://xhope.top/?p=1122</guid>
		<description><![CDATA[Request data => HttpMessageConverter => FormHttpMessage [&#8230;]]]></description>
		<wfw:commentRss>https://xhope.top/?feed=rss2&#038;p=1122</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>java继承对属性的访问</title>
		<link>https://xhope.top/?p=1091</link>
		<comments>https://xhope.top/?p=1091#comments</comments>
		<pubDate>Fri, 08 May 2020 08:16:33 +0000</pubDate>
		<dc:creator><![CDATA[Rick]]></dc:creator>
				<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://xhope.top/?p=1091</guid>
		<description><![CDATA[Parent.java @Data public class Parent { private int siz [&#8230;]]]></description>
		<wfw:commentRss>https://xhope.top/?feed=rss2&#038;p=1091</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>java8 Lambda&amp;Stream Code</title>
		<link>https://xhope.top/?p=1070</link>
		<comments>https://xhope.top/?p=1070#comments</comments>
		<pubDate>Wed, 04 Sep 2019 01:40:53 +0000</pubDate>
		<dc:creator><![CDATA[Rick]]></dc:creator>
				<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://xhope.top/?p=1070</guid>
		<description><![CDATA[/** * 获取年龄是22岁的员工 */ @Test public void testFilter() { l [&#8230;]]]></description>
		<wfw:commentRss>https://xhope.top/?feed=rss2&#038;p=1070</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>springboot+hibernate开发中的坑</title>
		<link>https://xhope.top/?p=1000</link>
		<comments>https://xhope.top/?p=1000#comments</comments>
		<pubDate>Fri, 13 Apr 2018 06:00:10 +0000</pubDate>
		<dc:creator><![CDATA[Rick]]></dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Hibernate]]></category>
		<category><![CDATA[JPA]]></category>
		<category><![CDATA[Spring Boot]]></category>

		<guid isPermaLink="false">http://xhope.top/?p=1000</guid>
		<description><![CDATA[1. Springboot2.0 限制文件上传的配置：百度都是针对Springboot1.x的. # MULT [&#8230;]]]></description>
		<wfw:commentRss>https://xhope.top/?feed=rss2&#038;p=1000</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>等比例缩放页面小工具</title>
		<link>https://xhope.top/?p=857</link>
		<comments>https://xhope.top/?p=857#comments</comments>
		<pubDate>Wed, 09 Nov 2016 07:17:02 +0000</pubDate>
		<dc:creator><![CDATA[Rick]]></dc:creator>
				<category><![CDATA[HTML+CSS]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[HTML]]></category>

		<guid isPermaLink="false">http://xhope.top/?p=857</guid>
		<description><![CDATA[有这样一个需求，需要将一个页面等比例缩放，适应不同分辨率下的展示效果。 例如：在800×600下显示的某div [&#8230;]]]></description>
		<wfw:commentRss>https://xhope.top/?feed=rss2&#038;p=857</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>用Maven分环境打包非Maven项目</title>
		<link>https://xhope.top/?p=747</link>
		<comments>https://xhope.top/?p=747#comments</comments>
		<pubDate>Wed, 13 Jul 2016 10:18:30 +0000</pubDate>
		<dc:creator><![CDATA[Rick]]></dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Ant]]></category>
		<category><![CDATA[Maven]]></category>

		<guid isPermaLink="false">http://xhope.top/?p=747</guid>
		<description><![CDATA[&#160;&#160;&#160;&#160;&#160;现在有一个项目，不是用maven构建的，想通过ma [&#8230;]]]></description>
		<wfw:commentRss>https://xhope.top/?feed=rss2&#038;p=747</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The android.os.NetworkOnMainThreadException exception</title>
		<link>https://xhope.top/?p=706</link>
		<comments>https://xhope.top/?p=706#comments</comments>
		<pubDate>Sat, 30 Jan 2016 15:15:46 +0000</pubDate>
		<dc:creator><![CDATA[Rick]]></dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[其他]]></category>
		<category><![CDATA[Android]]></category>

		<guid isPermaLink="false">http://xhope.top/?p=706</guid>
		<description><![CDATA[The android.os.NetworkOnMainThreadException exception A [&#8230;]]]></description>
		<wfw:commentRss>https://xhope.top/?feed=rss2&#038;p=706</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
