<?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>Spring Boot Archives - onlinetutorialspoint</title>
	<atom:link href="https://onlinetutorialspoint.com/category/spring-boot/feed/" rel="self" type="application/rss+xml" />
	<link>https://onlinetutorialspoint.com/category/spring-boot/</link>
	<description>OnlineTutorialsPoint</description>
	<lastBuildDate>Wed, 12 Jan 2022 05:08:05 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.2</generator>

<image>
	<url>https://onlinetutorialspoint.com/wp-content/uploads/2016/01/cropped-apple-icon-152x152-32x32.png</url>
	<title>Spring Boot Archives - onlinetutorialspoint</title>
	<link>https://onlinetutorialspoint.com/category/spring-boot/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Spring Boot &#8211; How to load initial data on startup</title>
		<link>https://onlinetutorialspoint.com/spring-boot/spring-boot-how-to-load-initial-data-on-startup/</link>
					<comments>https://onlinetutorialspoint.com/spring-boot/spring-boot-how-to-load-initial-data-on-startup/#respond</comments>
		
		<dc:creator><![CDATA[chandrashekhar]]></dc:creator>
		<pubDate>Thu, 22 Jul 2021 04:55:38 +0000</pubDate>
				<category><![CDATA[Spring Boot]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[spring boot]]></category>
		<guid isPermaLink="false">https://www.onlinetutorialspoint.com/?p=11569</guid>

					<description><![CDATA[<p>In Spring Boot, we can load the initial data into the database while startup the application. It is a powerful feature while we are working with different environments. This tutorial will see how to load initial data on startup. I wrote an article on spring boot + h2 database integration some time back. I loaded</p>
<p>The post <a href="https://onlinetutorialspoint.com/spring-boot/spring-boot-how-to-load-initial-data-on-startup/">Spring Boot &#8211; How to load initial data on startup</a> appeared first on <a href="https://onlinetutorialspoint.com">onlinetutorialspoint</a>.</p>
]]></description>
		
					<wfw:commentRss>https://onlinetutorialspoint.com/spring-boot/spring-boot-how-to-load-initial-data-on-startup/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Spring Boot PostgreSQL DB CRUD Example</title>
		<link>https://onlinetutorialspoint.com/spring-boot/spring-boot-postgresql-db-crud-example/</link>
					<comments>https://onlinetutorialspoint.com/spring-boot/spring-boot-postgresql-db-crud-example/#respond</comments>
		
		<dc:creator><![CDATA[chandrashekhar]]></dc:creator>
		<pubDate>Wed, 21 Jul 2021 15:06:37 +0000</pubDate>
				<category><![CDATA[Spring Boot]]></category>
		<category><![CDATA[postgresql]]></category>
		<category><![CDATA[spring boot]]></category>
		<category><![CDATA[spring boot jpa]]></category>
		<guid isPermaLink="false">https://www.onlinetutorialspoint.com/?p=11543</guid>

					<description><![CDATA[<p>In this tutorial, we are going to see the Spring Boot PostgreSQL DB CRUD example application. Versions: Spring Boot 2.5.0 Java 14 PostgreSQL 13.3 Spring JPA 2.5.2 Spring Boot PostgreSQL: This tutorial, assuming that you have installed and configure PostgreSQL on your machine. Application Structure: Here is the final application structure, as part of this</p>
<p>The post <a href="https://onlinetutorialspoint.com/spring-boot/spring-boot-postgresql-db-crud-example/">Spring Boot PostgreSQL DB CRUD Example</a> appeared first on <a href="https://onlinetutorialspoint.com">onlinetutorialspoint</a>.</p>
]]></description>
		
					<wfw:commentRss>https://onlinetutorialspoint.com/spring-boot/spring-boot-postgresql-db-crud-example/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to Configure Spring Profile in Tomcat ?</title>
		<link>https://onlinetutorialspoint.com/spring-boot/how-to-configure-spring-profile-in-tomcat/</link>
					<comments>https://onlinetutorialspoint.com/spring-boot/how-to-configure-spring-profile-in-tomcat/#comments</comments>
		
		<dc:creator><![CDATA[chandrashekhar]]></dc:creator>
		<pubDate>Tue, 05 May 2020 07:31:47 +0000</pubDate>
				<category><![CDATA[Spring Boot]]></category>
		<category><![CDATA[spring boot]]></category>
		<category><![CDATA[tomcat]]></category>
		<guid isPermaLink="false">https://www.onlinetutorialspoint.com/?p=8637</guid>

					<description><![CDATA[<p>There are multiple ways to configure Spring profile in tomcat. Let's see here. How to Configure Spring Profile in Tomcat: If you are running the application in your local, you can set the active profile using -Dspring-boot.run.profiles=test/dev/prod property as a parameter to your maven or Gradle run command. Example: #maven mvnw spring-boot:run -Dspring-boot.run.profiles=dev #Gradle gradlew</p>
<p>The post <a href="https://onlinetutorialspoint.com/spring-boot/how-to-configure-spring-profile-in-tomcat/">How to Configure Spring Profile in Tomcat ?</a> appeared first on <a href="https://onlinetutorialspoint.com">onlinetutorialspoint</a>.</p>
]]></description>
		
					<wfw:commentRss>https://onlinetutorialspoint.com/spring-boot/how-to-configure-spring-profile-in-tomcat/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
		<item>
		<title>How to fix BeanDefinitionOverrideException</title>
		<link>https://onlinetutorialspoint.com/spring-boot/how-to-fix-org-springframework-beandefinitionoverrideexception/</link>
					<comments>https://onlinetutorialspoint.com/spring-boot/how-to-fix-org-springframework-beandefinitionoverrideexception/#respond</comments>
		
		<dc:creator><![CDATA[chandrashekhar]]></dc:creator>
		<pubDate>Wed, 22 Apr 2020 08:18:57 +0000</pubDate>
				<category><![CDATA[Spring Boot]]></category>
		<category><![CDATA[spring boot]]></category>
		<guid isPermaLink="false">https://www.onlinetutorialspoint.com/?p=8599</guid>

					<description><![CDATA[<p>Here we will see how to fix BeanDefinitionOverrideException. How to fix BeanDefinitionOverrideException: Problem: You may get the BeanDefinitionOverrideException exception while running the test cases, when you update the spring boot version from 2.1.x to 2.2.x. Here are the sample error logs while building the application. java.lang.IllegalStateException Caused by: org.springframework.beans.factory.support.BeanDefinitionOverrideException java.lang.IllegalStateException: Failed to load ApplicationContext at</p>
<p>The post <a href="https://onlinetutorialspoint.com/spring-boot/how-to-fix-org-springframework-beandefinitionoverrideexception/">How to fix BeanDefinitionOverrideException</a> appeared first on <a href="https://onlinetutorialspoint.com">onlinetutorialspoint</a>.</p>
]]></description>
		
					<wfw:commentRss>https://onlinetutorialspoint.com/spring-boot/how-to-fix-org-springframework-beandefinitionoverrideexception/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to enable Swagger in Spring Boot Application</title>
		<link>https://onlinetutorialspoint.com/spring-boot/enable-swagger-spring-boot-application/</link>
					<comments>https://onlinetutorialspoint.com/spring-boot/enable-swagger-spring-boot-application/#respond</comments>
		
		<dc:creator><![CDATA[chandrashekhar]]></dc:creator>
		<pubDate>Wed, 25 Mar 2020 04:34:08 +0000</pubDate>
				<category><![CDATA[Spring Boot]]></category>
		<category><![CDATA[spring boot]]></category>
		<category><![CDATA[swagger]]></category>
		<guid isPermaLink="false">https://www.onlinetutorialspoint.com/?p=8477</guid>

					<description><![CDATA[<p>Here we will see how to enable swagger in spring boot application. Technologies: Spring Boot Starter 2.2.5 Swagger 2.7.0 Swagger UI 2.7.0 Gradle Enable Swagger in Spring Boot: Enabling swagger in spring boot gives us better accessibility of rest endpoints, we can group all rest points at a single dashboard and access them with default</p>
<p>The post <a href="https://onlinetutorialspoint.com/spring-boot/enable-swagger-spring-boot-application/">How to enable Swagger in Spring Boot Application</a> appeared first on <a href="https://onlinetutorialspoint.com">onlinetutorialspoint</a>.</p>
]]></description>
		
					<wfw:commentRss>https://onlinetutorialspoint.com/spring-boot/enable-swagger-spring-boot-application/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Spring Boot SOAP Consumer Example</title>
		<link>https://onlinetutorialspoint.com/spring-boot/spring-boot-soap-consumer-example/</link>
					<comments>https://onlinetutorialspoint.com/spring-boot/spring-boot-soap-consumer-example/#comments</comments>
		
		<dc:creator><![CDATA[chandrashekhar]]></dc:creator>
		<pubDate>Fri, 26 Jul 2019 19:46:06 +0000</pubDate>
				<category><![CDATA[Spring Boot]]></category>
		<category><![CDATA[soap]]></category>
		<category><![CDATA[web services]]></category>
		<guid isPermaLink="false">https://www.onlinetutorialspoint.com/?p=8127</guid>

					<description><![CDATA[<p>In this tutorial, we are going to see how to implement a simple Spring Boot SOAP Consumer Example. Spring Boot SOAP Consumer: As part of this example, I am going to consume a SOAP web service; you can follow our previous tutorials to get it. Pre-requisites: To run the Spring Boot SOAP client - Initially,</p>
<p>The post <a href="https://onlinetutorialspoint.com/spring-boot/spring-boot-soap-consumer-example/">Spring Boot SOAP Consumer Example</a> appeared first on <a href="https://onlinetutorialspoint.com">onlinetutorialspoint</a>.</p>
]]></description>
		
					<wfw:commentRss>https://onlinetutorialspoint.com/spring-boot/spring-boot-soap-consumer-example/feed/</wfw:commentRss>
			<slash:comments>5</slash:comments>
		
		
			</item>
		<item>
		<title>Spring Boot Soap WebServices Example</title>
		<link>https://onlinetutorialspoint.com/spring-boot/spring-boot-soap-webservices-example/</link>
					<comments>https://onlinetutorialspoint.com/spring-boot/spring-boot-soap-webservices-example/#respond</comments>
		
		<dc:creator><![CDATA[chandrashekhar]]></dc:creator>
		<pubDate>Fri, 19 Jul 2019 20:47:15 +0000</pubDate>
				<category><![CDATA[Spring Boot]]></category>
		<category><![CDATA[soap]]></category>
		<category><![CDATA[spring boot]]></category>
		<category><![CDATA[web services]]></category>
		<guid isPermaLink="false">https://www.onlinetutorialspoint.com/?p=8079</guid>

					<description><![CDATA[<p>In this tutorial, we are going to see how to implement Spring Boot Soap Webservices with a simple use case. SOAP WebServices: SOAP stands for Simple Object Access Protocol. SOAP is an XML based protocol for accessing web services over HTTP protocol. There are two ways to develop SOAP-based web services: Contract First Approach and</p>
<p>The post <a href="https://onlinetutorialspoint.com/spring-boot/spring-boot-soap-webservices-example/">Spring Boot Soap WebServices Example</a> appeared first on <a href="https://onlinetutorialspoint.com">onlinetutorialspoint</a>.</p>
]]></description>
		
					<wfw:commentRss>https://onlinetutorialspoint.com/spring-boot/spring-boot-soap-webservices-example/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Spring Boot RabbitMQ Consumer Messages Example</title>
		<link>https://onlinetutorialspoint.com/spring-boot/spring-boot-rabbitmq-consumer-messages-example/</link>
					<comments>https://onlinetutorialspoint.com/spring-boot/spring-boot-rabbitmq-consumer-messages-example/#respond</comments>
		
		<dc:creator><![CDATA[chandrashekhar]]></dc:creator>
		<pubDate>Sat, 15 Jun 2019 11:04:26 +0000</pubDate>
				<category><![CDATA[Spring Boot]]></category>
		<category><![CDATA[json]]></category>
		<category><![CDATA[rabbitmq]]></category>
		<category><![CDATA[spring boot]]></category>
		<guid isPermaLink="false">https://www.onlinetutorialspoint.com/?p=8044</guid>

					<description><![CDATA[<p>In this tutorial, we are going to see how to implement a Spring Boot RabbitMQ Consumer Messages example. Spring Boot RabbitMQ Consumer Messages: In the previous tutorial, we saw how to publish messages to RabbitMQ queue, if you haven't check that I recommend you to go through once, so that it may be helpful to</p>
<p>The post <a href="https://onlinetutorialspoint.com/spring-boot/spring-boot-rabbitmq-consumer-messages-example/">Spring Boot RabbitMQ Consumer Messages Example</a> appeared first on <a href="https://onlinetutorialspoint.com">onlinetutorialspoint</a>.</p>
]]></description>
		
					<wfw:commentRss>https://onlinetutorialspoint.com/spring-boot/spring-boot-rabbitmq-consumer-messages-example/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Spring Boot RabbitMQ Message Publishing Example</title>
		<link>https://onlinetutorialspoint.com/spring-boot/spring-boot-rabbitmq-message-publishing-example/</link>
					<comments>https://onlinetutorialspoint.com/spring-boot/spring-boot-rabbitmq-message-publishing-example/#comments</comments>
		
		<dc:creator><![CDATA[chandrashekhar]]></dc:creator>
		<pubDate>Wed, 05 Jun 2019 16:34:08 +0000</pubDate>
				<category><![CDATA[Spring Boot]]></category>
		<category><![CDATA[rabbitmq]]></category>
		<category><![CDATA[spring boot]]></category>
		<guid isPermaLink="false">https://www.onlinetutorialspoint.com/?p=8019</guid>

					<description><![CDATA[<p>In this tutorial, we are going to see an example for Spring Boot RabbitMQ Message Publishing. Spring Boot RabbitMQ Message Publishing: As part of this example, we will be sending JSON messages to RabbitMQ queue. Prerequisites: Install RabbitMQ on your machine. If you haven't installed yet, you can follow my previous tutorial to install RabbitMQ</p>
<p>The post <a href="https://onlinetutorialspoint.com/spring-boot/spring-boot-rabbitmq-message-publishing-example/">Spring Boot RabbitMQ Message Publishing Example</a> appeared first on <a href="https://onlinetutorialspoint.com">onlinetutorialspoint</a>.</p>
]]></description>
		
					<wfw:commentRss>https://onlinetutorialspoint.com/spring-boot/spring-boot-rabbitmq-message-publishing-example/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
		<item>
		<title>How to Enable Spring Boot CORS Example &#8211; @CrossOrigin</title>
		<link>https://onlinetutorialspoint.com/spring-boot/how-to-enable-spring-boot-cors-example-crossorigin/</link>
					<comments>https://onlinetutorialspoint.com/spring-boot/how-to-enable-spring-boot-cors-example-crossorigin/#respond</comments>
		
		<dc:creator><![CDATA[chandrashekhar]]></dc:creator>
		<pubDate>Sun, 02 Jun 2019 09:21:33 +0000</pubDate>
				<category><![CDATA[Spring Boot]]></category>
		<category><![CDATA[CORS]]></category>
		<category><![CDATA[spring boot]]></category>
		<guid isPermaLink="false">https://www.onlinetutorialspoint.com/?p=7998</guid>

					<description><![CDATA[<p>In this tutorial, we are going to see How to Enable Spring Boot CORS example. Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at http://localhost:8080/greet. (Reason: CORS header ‘Access-Control-Allow-Origin’ missing). How to Enable Spring Boot CORS Example: As part of this example, I am going to develop two different spring boot</p>
<p>The post <a href="https://onlinetutorialspoint.com/spring-boot/how-to-enable-spring-boot-cors-example-crossorigin/">How to Enable Spring Boot CORS Example &#8211; @CrossOrigin</a> appeared first on <a href="https://onlinetutorialspoint.com">onlinetutorialspoint</a>.</p>
]]></description>
		
					<wfw:commentRss>https://onlinetutorialspoint.com/spring-boot/how-to-enable-spring-boot-cors-example-crossorigin/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
