<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
	
	>
<channel>
	<title>
	Comments on: Spring Boot MongoDB REST API CRUD with Kotlin	</title>
	<atom:link href="https://blog.codersee.com/spring-boot-mongodb-rest-api-crud-with-kotlin/feed/" rel="self" type="application/rss+xml" />
	<link>https://blog.codersee.com/spring-boot-mongodb-rest-api-crud-with-kotlin/</link>
	<description>Kotlin &#38; Backend Tutorials - Learn Through Practice.</description>
	<lastBuildDate>Wed, 16 Apr 2025 04:50:29 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Piotr		</title>
		<link>https://blog.codersee.com/spring-boot-mongodb-rest-api-crud-with-kotlin/#comment-34</link>

		<dc:creator><![CDATA[Piotr]]></dc:creator>
		<pubDate>Fri, 26 Feb 2021 07:12:37 +0000</pubDate>
		<guid isPermaLink="false">http://codersee.com/?p=1687#comment-34</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://blog.codersee.com/spring-boot-mongodb-rest-api-crud-with-kotlin/#comment-33&quot;&gt;Erroll&lt;/a&gt;.

Hi, 
You are totally right, we can configure these settings inside the application properties file. But the great thing about the Spring Boot, that if we would like to use these default settings (mongodb/27017), we do not specify them at all-it will do that for us underneath :) 
All the magic happens, because of this line in gradle: 
implementation(&quot;org.springframework.boot:spring-boot-starter-data-mongodb&quot;)]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://blog.codersee.com/spring-boot-mongodb-rest-api-crud-with-kotlin/#comment-33">Erroll</a>.</p>
<p>Hi,<br />
You are totally right, we can configure these settings inside the application properties file. But the great thing about the Spring Boot, that if we would like to use these default settings (mongodb/27017), we do not specify them at all-it will do that for us underneath 🙂<br />
All the magic happens, because of this line in gradle:<br />
implementation(&#8220;org.springframework.boot:spring-boot-starter-data-mongodb&#8221;)</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Erroll		</title>
		<link>https://blog.codersee.com/spring-boot-mongodb-rest-api-crud-with-kotlin/#comment-33</link>

		<dc:creator><![CDATA[Erroll]]></dc:creator>
		<pubDate>Thu, 25 Feb 2021 16:10:13 +0000</pubDate>
		<guid isPermaLink="false">http://codersee.com/?p=1687#comment-33</guid>

					<description><![CDATA[Hello, thank you for the tutorial. You forgot to mention the setting up of the db connection in application.properties.
Here&#039;s the code for db connection:
spring.data.mongodb.database=mongodb
spring.data.mongodb.port = 27017]]></description>
			<content:encoded><![CDATA[<p>Hello, thank you for the tutorial. You forgot to mention the setting up of the db connection in application.properties.<br />
Here&#8217;s the code for db connection:<br />
spring.data.mongodb.database=mongodb<br />
spring.data.mongodb.port = 27017</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/?utm_source=w3tc&utm_medium=footer_comment&utm_campaign=free_plugin

Page Caching using Disk: Enhanced 

Served from: blog.codersee.com @ 2026-04-19 09:36:18 by W3 Total Cache
-->