{"id":58,"date":"2019-02-23T02:01:16","date_gmt":"2019-02-23T02:01:16","guid":{"rendered":"https:\/\/www.kindsonthegenius.com\/spring-boot\/?p=58"},"modified":"2019-03-02T04:07:07","modified_gmt":"2019-03-02T04:07:07","slug":"05-spring-boot-dependency-management","status":"publish","type":"post","link":"https:\/\/www.kindsonthegenius.com\/spring-boot\/05-spring-boot-dependency-management\/","title":{"rendered":"Spring Boot &#8211; Dependency Management"},"content":{"rendered":"<p>In this lesson, you will learn about build systems, Maven and Gradle.<\/p>\n<p>But before we discuss Maven and Gradle, let&#8217;s first talk about Dependency Management<\/p>\n<p>&nbsp;<\/p>\n<h4>What is Dependency Management?<\/h4>\n<p>According to the Maven documentation, dependency management is &#8220;a mechanism for centralizing dependency information&#8221;.<\/p>\n<p>&nbsp;<\/p>\n<p><strong>About Dependency<\/strong><\/p>\n<p>First, let&#8217;s understand what dependency is. So when you are developing an application, you would probably need a number of libraries(normally jar files). It means that your application depends of these libraries. Hence the name dependency.<\/p>\n<p>&nbsp;<\/p>\n<p>Now you need a way to assemble all these libraries and manage them in a centralized fashion. This also means that these libraries would be made available at compile time or runtime when needed. This is what dependency management does.<\/p>\n<p>So the process of dependency management involves locating these dependencies and adding them to the classpath.<\/p>\n<p>&nbsp;<\/p>\n<p><strong>Maven Dependency Management<\/strong><\/p>\n<p>When you want to create a new project, you probably see that you can create Maven project. Now Maven is a popular dependency management tool. If you choose to create a Maven project, then you are simply saying that you would like to use Maven to manage dependencies.<\/p>\n<p>If you are creating a spring application however, spring boot provides you with the initial dependencies you need for your application. But then, you can still add more from <a href=\"https:\/\/mvnrepository.com\/repos\/central\">Maven Central Repository<\/a><\/p>\n<p>You already know how to do this from Tutorial 3 and Tutorial 4.<\/p>\n<p>&nbsp;<\/p>\n<p><strong>Maven Central Repository<\/strong><\/p>\n<p>You can find hundreds of dependencies hosted in this repository. You simply need to search for it, then copy it to your pom.xml &lt;dependencies&gt;&lt;\/dependencies&gt; section.<\/p>\n<p>Structure of the dependencies section of the pom.xml file is shown below<\/p>\n<p><!-- HTML generated using hilite.me --><\/p>\n<pre style=\"margin: 0; line-height: 125%\"><span style=\"color: #007700\">&lt;dependencies&gt;<\/span>\r\n\t<span style=\"color: #007700\">&lt;dependency&gt;<\/span>\r\n\t\t<span style=\"color: #007700\">&lt;groupId&gt;<\/span>org.springframework.boot<span style=\"color: #007700\">&lt;\/groupId&gt;<\/span>\r\n\t\t<span style=\"color: #007700\">&lt;artifactId&gt;<\/span>spring-boot-starter<span style=\"color: #007700\">&lt;\/artifactId&gt;<\/span>\r\n\t<span style=\"color: #007700\">&lt;\/dependency&gt;<\/span>\r\n\r\n\t<span style=\"color: #007700\">&lt;dependency&gt;<\/span>\r\n\t\t<span style=\"color: #007700\">&lt;groupId&gt;<\/span>org.springframework.boot<span style=\"color: #007700\">&lt;\/groupId&gt;<\/span>\r\n\t\t<span style=\"color: #007700\">&lt;artifactId&gt;<\/span>spring-boot-starter-test<span style=\"color: #007700\">&lt;\/artifactId&gt;<\/span>\r\n\t\t<span style=\"color: #007700\">&lt;scope&gt;<\/span>test<span style=\"color: #007700\">&lt;\/scope&gt;<\/span>\r\n\t<span style=\"color: #007700\">&lt;\/dependency&gt;<\/span>\r\n\t\r\n\t<span style=\"color: #888888\">&lt;!-- https:\/\/mvnrepository.com\/artifact\/org.springframework.boot\/spring-boot-starter-web --&gt;<\/span>\r\n\t<span style=\"color: #007700\">&lt;dependency&gt;<\/span>\r\n\t    <span style=\"color: #007700\">&lt;groupId&gt;<\/span>org.springframework.boot<span style=\"color: #007700\">&lt;\/groupId&gt;<\/span>\r\n\t    <span style=\"color: #007700\">&lt;artifactId&gt;<\/span>spring-boot-starter-web<span style=\"color: #007700\">&lt;\/artifactId&gt;<\/span>\r\n\t    <span style=\"color: #007700\">&lt;version&gt;<\/span>2.1.2.RELEASE<span style=\"color: #007700\">&lt;\/version&gt;<\/span>\r\n\t<span style=\"color: #007700\">&lt;\/dependency&gt;<\/span>\r\n\t\r\n\t<span style=\"color: #888888\">&lt;!-- https:\/\/mvnrepository.com\/artifact\/org.springframework\/spring-webmvc --&gt;<\/span>\r\n\t<span style=\"color: #007700\">&lt;dependency&gt;<\/span>\r\n\t    <span style=\"color: #007700\">&lt;groupId&gt;<\/span>org.springframework<span style=\"color: #007700\">&lt;\/groupId&gt;<\/span>\r\n\t    <span style=\"color: #007700\">&lt;artifactId&gt;<\/span>spring-webmvc<span style=\"color: #007700\">&lt;\/artifactId&gt;<\/span>\r\n\t    <span style=\"color: #007700\">&lt;version&gt;<\/span>5.1.3.RELEASE<span style=\"color: #007700\">&lt;\/version&gt;<\/span>\r\n\t<span style=\"color: #007700\">&lt;\/dependency&gt;<\/span>\r\n\t\t\t\r\n<span style=\"color: #007700\">&lt;\/dependencies&gt;<\/span>\r\n<\/pre>\n<p>&nbsp;<\/p>\n<p>Watch the Video<br \/>\n<iframe loading=\"lazy\" width=\"100%\" height=\"315\" src=\"https:\/\/www.youtube.com\/embed\/HGtCZspKBMo\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen><\/iframe><\/p>\n<!-- AddThis Advanced Settings generic via filter on the_content --><!-- AddThis Share Buttons generic via filter on the_content -->","protected":false},"excerpt":{"rendered":"<p>In this lesson, you will learn about build systems, Maven and Gradle. But before we discuss Maven and Gradle, let&#8217;s first talk about Dependency Management &hellip; <!-- AddThis Advanced Settings generic via filter on get_the_excerpt --><!-- AddThis Share Buttons generic via filter on get_the_excerpt --><\/p>\n","protected":false},"author":1,"featured_media":59,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"footnotes":""},"categories":[2],"tags":[],"class_list":["post-58","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-spring-boot-tutorials"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.5 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Spring Boot - Dependency Management - Learn Spring Boot<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.kindsonthegenius.com\/spring-boot\/05-spring-boot-dependency-management\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Spring Boot - Dependency Management - Learn Spring Boot\" \/>\n<meta property=\"og:description\" content=\"In this lesson, you will learn about build systems, Maven and Gradle. But before we discuss Maven and Gradle, let&#8217;s first talk about Dependency Management &hellip;\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.kindsonthegenius.com\/spring-boot\/05-spring-boot-dependency-management\/\" \/>\n<meta property=\"og:site_name\" content=\"Learn Spring Boot\" \/>\n<meta property=\"article:published_time\" content=\"2019-02-23T02:01:16+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2019-03-02T04:07:07+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.kindsonthegenius.com\/spring-boot\/wp-content\/uploads\/sites\/7\/2019\/02\/Dependency-Management-in-Spring-Boot.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"914\" \/>\n\t<meta property=\"og:image:height\" content=\"542\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"kindsonthegenius\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"kindsonthegenius\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.kindsonthegenius.com\\\/spring-boot\\\/05-spring-boot-dependency-management\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.kindsonthegenius.com\\\/spring-boot\\\/05-spring-boot-dependency-management\\\/\"},\"author\":{\"name\":\"kindsonthegenius\",\"@id\":\"https:\\\/\\\/www.kindsonthegenius.com\\\/spring-boot\\\/#\\\/schema\\\/person\\\/7f8fc5792578d2ff54003fcebe6c46b5\"},\"headline\":\"Spring Boot &#8211; Dependency Management\",\"datePublished\":\"2019-02-23T02:01:16+00:00\",\"dateModified\":\"2019-03-02T04:07:07+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.kindsonthegenius.com\\\/spring-boot\\\/05-spring-boot-dependency-management\\\/\"},\"wordCount\":295,\"commentCount\":5,\"image\":{\"@id\":\"https:\\\/\\\/www.kindsonthegenius.com\\\/spring-boot\\\/05-spring-boot-dependency-management\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.kindsonthegenius.com\\\/spring-boot\\\/wp-content\\\/uploads\\\/sites\\\/7\\\/2019\\\/02\\\/Dependency-Management-in-Spring-Boot.jpg\",\"articleSection\":[\"Spring Boot Tutorials\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/www.kindsonthegenius.com\\\/spring-boot\\\/05-spring-boot-dependency-management\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.kindsonthegenius.com\\\/spring-boot\\\/05-spring-boot-dependency-management\\\/\",\"url\":\"https:\\\/\\\/www.kindsonthegenius.com\\\/spring-boot\\\/05-spring-boot-dependency-management\\\/\",\"name\":\"Spring Boot - Dependency Management - Learn Spring Boot\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.kindsonthegenius.com\\\/spring-boot\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.kindsonthegenius.com\\\/spring-boot\\\/05-spring-boot-dependency-management\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.kindsonthegenius.com\\\/spring-boot\\\/05-spring-boot-dependency-management\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.kindsonthegenius.com\\\/spring-boot\\\/wp-content\\\/uploads\\\/sites\\\/7\\\/2019\\\/02\\\/Dependency-Management-in-Spring-Boot.jpg\",\"datePublished\":\"2019-02-23T02:01:16+00:00\",\"dateModified\":\"2019-03-02T04:07:07+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/www.kindsonthegenius.com\\\/spring-boot\\\/#\\\/schema\\\/person\\\/7f8fc5792578d2ff54003fcebe6c46b5\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.kindsonthegenius.com\\\/spring-boot\\\/05-spring-boot-dependency-management\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.kindsonthegenius.com\\\/spring-boot\\\/05-spring-boot-dependency-management\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.kindsonthegenius.com\\\/spring-boot\\\/05-spring-boot-dependency-management\\\/#primaryimage\",\"url\":\"https:\\\/\\\/www.kindsonthegenius.com\\\/spring-boot\\\/wp-content\\\/uploads\\\/sites\\\/7\\\/2019\\\/02\\\/Dependency-Management-in-Spring-Boot.jpg\",\"contentUrl\":\"https:\\\/\\\/www.kindsonthegenius.com\\\/spring-boot\\\/wp-content\\\/uploads\\\/sites\\\/7\\\/2019\\\/02\\\/Dependency-Management-in-Spring-Boot.jpg\",\"width\":914,\"height\":542},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.kindsonthegenius.com\\\/spring-boot\\\/05-spring-boot-dependency-management\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.kindsonthegenius.com\\\/spring-boot\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Spring Boot &#8211; Dependency Management\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.kindsonthegenius.com\\\/spring-boot\\\/#website\",\"url\":\"https:\\\/\\\/www.kindsonthegenius.com\\\/spring-boot\\\/\",\"name\":\"Learn Spring Boot\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.kindsonthegenius.com\\\/spring-boot\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.kindsonthegenius.com\\\/spring-boot\\\/#\\\/schema\\\/person\\\/7f8fc5792578d2ff54003fcebe6c46b5\",\"name\":\"kindsonthegenius\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/b9d710de456c3d85e5614c3a6992fa3d527425e2ab32b8bd5d85bfbaa235004b?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/b9d710de456c3d85e5614c3a6992fa3d527425e2ab32b8bd5d85bfbaa235004b?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/b9d710de456c3d85e5614c3a6992fa3d527425e2ab32b8bd5d85bfbaa235004b?s=96&d=mm&r=g\",\"caption\":\"kindsonthegenius\"},\"url\":\"https:\\\/\\\/www.kindsonthegenius.com\\\/spring-boot\\\/author\\\/kindsonthegenius-3\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Spring Boot - Dependency Management - Learn Spring Boot","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.kindsonthegenius.com\/spring-boot\/05-spring-boot-dependency-management\/","og_locale":"en_US","og_type":"article","og_title":"Spring Boot - Dependency Management - Learn Spring Boot","og_description":"In this lesson, you will learn about build systems, Maven and Gradle. But before we discuss Maven and Gradle, let&#8217;s first talk about Dependency Management &hellip;","og_url":"https:\/\/www.kindsonthegenius.com\/spring-boot\/05-spring-boot-dependency-management\/","og_site_name":"Learn Spring Boot","article_published_time":"2019-02-23T02:01:16+00:00","article_modified_time":"2019-03-02T04:07:07+00:00","og_image":[{"width":914,"height":542,"url":"https:\/\/www.kindsonthegenius.com\/spring-boot\/wp-content\/uploads\/sites\/7\/2019\/02\/Dependency-Management-in-Spring-Boot.jpg","type":"image\/jpeg"}],"author":"kindsonthegenius","twitter_card":"summary_large_image","twitter_misc":{"Written by":"kindsonthegenius","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.kindsonthegenius.com\/spring-boot\/05-spring-boot-dependency-management\/#article","isPartOf":{"@id":"https:\/\/www.kindsonthegenius.com\/spring-boot\/05-spring-boot-dependency-management\/"},"author":{"name":"kindsonthegenius","@id":"https:\/\/www.kindsonthegenius.com\/spring-boot\/#\/schema\/person\/7f8fc5792578d2ff54003fcebe6c46b5"},"headline":"Spring Boot &#8211; Dependency Management","datePublished":"2019-02-23T02:01:16+00:00","dateModified":"2019-03-02T04:07:07+00:00","mainEntityOfPage":{"@id":"https:\/\/www.kindsonthegenius.com\/spring-boot\/05-spring-boot-dependency-management\/"},"wordCount":295,"commentCount":5,"image":{"@id":"https:\/\/www.kindsonthegenius.com\/spring-boot\/05-spring-boot-dependency-management\/#primaryimage"},"thumbnailUrl":"https:\/\/www.kindsonthegenius.com\/spring-boot\/wp-content\/uploads\/sites\/7\/2019\/02\/Dependency-Management-in-Spring-Boot.jpg","articleSection":["Spring Boot Tutorials"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.kindsonthegenius.com\/spring-boot\/05-spring-boot-dependency-management\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.kindsonthegenius.com\/spring-boot\/05-spring-boot-dependency-management\/","url":"https:\/\/www.kindsonthegenius.com\/spring-boot\/05-spring-boot-dependency-management\/","name":"Spring Boot - Dependency Management - Learn Spring Boot","isPartOf":{"@id":"https:\/\/www.kindsonthegenius.com\/spring-boot\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.kindsonthegenius.com\/spring-boot\/05-spring-boot-dependency-management\/#primaryimage"},"image":{"@id":"https:\/\/www.kindsonthegenius.com\/spring-boot\/05-spring-boot-dependency-management\/#primaryimage"},"thumbnailUrl":"https:\/\/www.kindsonthegenius.com\/spring-boot\/wp-content\/uploads\/sites\/7\/2019\/02\/Dependency-Management-in-Spring-Boot.jpg","datePublished":"2019-02-23T02:01:16+00:00","dateModified":"2019-03-02T04:07:07+00:00","author":{"@id":"https:\/\/www.kindsonthegenius.com\/spring-boot\/#\/schema\/person\/7f8fc5792578d2ff54003fcebe6c46b5"},"breadcrumb":{"@id":"https:\/\/www.kindsonthegenius.com\/spring-boot\/05-spring-boot-dependency-management\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.kindsonthegenius.com\/spring-boot\/05-spring-boot-dependency-management\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.kindsonthegenius.com\/spring-boot\/05-spring-boot-dependency-management\/#primaryimage","url":"https:\/\/www.kindsonthegenius.com\/spring-boot\/wp-content\/uploads\/sites\/7\/2019\/02\/Dependency-Management-in-Spring-Boot.jpg","contentUrl":"https:\/\/www.kindsonthegenius.com\/spring-boot\/wp-content\/uploads\/sites\/7\/2019\/02\/Dependency-Management-in-Spring-Boot.jpg","width":914,"height":542},{"@type":"BreadcrumbList","@id":"https:\/\/www.kindsonthegenius.com\/spring-boot\/05-spring-boot-dependency-management\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.kindsonthegenius.com\/spring-boot\/"},{"@type":"ListItem","position":2,"name":"Spring Boot &#8211; Dependency Management"}]},{"@type":"WebSite","@id":"https:\/\/www.kindsonthegenius.com\/spring-boot\/#website","url":"https:\/\/www.kindsonthegenius.com\/spring-boot\/","name":"Learn Spring Boot","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.kindsonthegenius.com\/spring-boot\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/www.kindsonthegenius.com\/spring-boot\/#\/schema\/person\/7f8fc5792578d2ff54003fcebe6c46b5","name":"kindsonthegenius","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/b9d710de456c3d85e5614c3a6992fa3d527425e2ab32b8bd5d85bfbaa235004b?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/b9d710de456c3d85e5614c3a6992fa3d527425e2ab32b8bd5d85bfbaa235004b?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/b9d710de456c3d85e5614c3a6992fa3d527425e2ab32b8bd5d85bfbaa235004b?s=96&d=mm&r=g","caption":"kindsonthegenius"},"url":"https:\/\/www.kindsonthegenius.com\/spring-boot\/author\/kindsonthegenius-3\/"}]}},"_links":{"self":[{"href":"https:\/\/www.kindsonthegenius.com\/spring-boot\/wp-json\/wp\/v2\/posts\/58","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.kindsonthegenius.com\/spring-boot\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.kindsonthegenius.com\/spring-boot\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.kindsonthegenius.com\/spring-boot\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.kindsonthegenius.com\/spring-boot\/wp-json\/wp\/v2\/comments?post=58"}],"version-history":[{"count":2,"href":"https:\/\/www.kindsonthegenius.com\/spring-boot\/wp-json\/wp\/v2\/posts\/58\/revisions"}],"predecessor-version":[{"id":61,"href":"https:\/\/www.kindsonthegenius.com\/spring-boot\/wp-json\/wp\/v2\/posts\/58\/revisions\/61"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.kindsonthegenius.com\/spring-boot\/wp-json\/wp\/v2\/media\/59"}],"wp:attachment":[{"href":"https:\/\/www.kindsonthegenius.com\/spring-boot\/wp-json\/wp\/v2\/media?parent=58"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.kindsonthegenius.com\/spring-boot\/wp-json\/wp\/v2\/categories?post=58"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.kindsonthegenius.com\/spring-boot\/wp-json\/wp\/v2\/tags?post=58"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}