{"id":81,"date":"2023-01-18T00:12:54","date_gmt":"2023-01-17T15:12:54","guid":{"rendered":"https:\/\/hirabay.net\/?p=81"},"modified":"2025-10-28T22:49:27","modified_gmt":"2025-10-28T13:49:27","slug":"springboot-update%e3%81%be%e3%81%a8%e3%82%81","status":"publish","type":"post","link":"https:\/\/hirabay.net\/?p=81","title":{"rendered":"SpringBoot Update\u307e\u3068\u3081"},"content":{"rendered":"\n<p>SpringBoot\u306eUpdate\u306b\u95a2\u9023\u3059\u308b\u60c5\u5831\u3092\u307e\u3068\u3081\u3066\u304a\u304d\u307e\u3059\u3002<\/p>\n\n\n\n<p>\u203b\u30d3\u30eb\u30c9\u30c4\u30fc\u30eb\u306fGradle\u3092\u60f3\u5b9a<\/p>\n\n\n\n<div class=\"toc\"><br \/>\n<b>Warning<\/b>:  Undefined array key \"is_admin\" in <b>\/home\/c4179872\/public_html\/hirabay.net\/wp-content\/themes\/sango-theme\/library\/gutenberg\/dist\/classes\/Toc.php<\/b> on line <b>110<\/b><br \/>\n<br \/>\n<b>Warning<\/b>:  Undefined array key \"is_category_top\" in <b>\/home\/c4179872\/public_html\/hirabay.net\/wp-content\/themes\/sango-theme\/library\/gutenberg\/dist\/classes\/Toc.php<\/b> on line <b>115<\/b><br \/>\n<br \/>\n<b>Warning<\/b>:  Undefined array key \"is_top\" in <b>\/home\/c4179872\/public_html\/hirabay.net\/wp-content\/themes\/sango-theme\/library\/gutenberg\/dist\/classes\/Toc.php<\/b> on line <b>122<\/b><br \/>\n    <div id=\"toc_container\" class=\"sgb-toc--bullets js-smooth-scroll\">\n      <p class=\"toc_title\">\u76ee\u6b21 <\/p>\n      <ul class=\"toc_list\">\n  <li class=\"first\">\n    <a href=\"#i-0\">\u66f4\u65b0\u306e\u5171\u901a\u30bf\u30b9\u30af<\/a>\n    <ul class=\"menu_level_1\">\n      <li class=\"first\">\n        <a href=\"#i-1\">\u975e\u63a8\u5968\u306a\u5b9f\u88c5\u306e\u66f4\u65b0\uff08\u4e8b\u524d\uff09<\/a>\n      <\/li>\n      <li>\n        <a href=\"#i-2\">property\u306e\u66f4\u65b0\uff08\u4e8b\u524d\uff06\u4e8b\u5f8c\uff09<\/a>\n      <\/li>\n      <li class=\"last\">\n        <a href=\"#i-3\">build.gradle\u306e\u66f4\u65b0\uff08\u4e8b\u524d\uff09<\/a>\n      <\/li>\n    <\/ul>\n  <\/li>\n  <li class=\"last\">\n    <a href=\"#i-4\">Update\u8a18\u4e8b\u307e\u3068\u3081<\/a>\n  <\/li>\n<\/ul>\n\n      \n    <\/div><\/div><h2 class=\"wp-block-heading\" id=\"i-0\">\u66f4\u65b0\u306e\u5171\u901a\u30bf\u30b9\u30af<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"i-1\">\u975e\u63a8\u5968\u306a\u5b9f\u88c5\u306e\u66f4\u65b0\uff08\u4e8b\u524d\uff09<\/h3>\n\n\n\n<p><a href=\"https:\/\/github.com\/spring-projects\/spring-boot\/wiki\/Spring-Boot-2.7-Release-Notes#deprecations-from-spring-boot-25\" rel=\"noreferrer noopener\" target=\"_blank\">Deprecations from Spring Boot 2.5<\/a>\u306e\u3088\u3046\u306b\u904e\u53bbversion\u3067\u975e\u63a8\u5968\u306b\u306a\u3063\u305f\u5b9f\u88c5\u304c\u524a\u9664\u3055\u308c\u3066\u3044\u304f\u306e\u3067\u3001\u66f4\u65b0\u3057\u3066\u304a\u304d\u307e\u3059\u3002<\/p>\n\n\n\n<p>Update\u5f8c\u306bCompile\u304c\u901a\u3089\u306a\u304f\u306a\u3063\u3066\u6c17\u3065\u304f\u3067\u3082\u826f\u3044\u306e\u3067\u3059\u304c\u3001<br>Update\u524d\u3060\u3068\u79fb\u884c\u5148\u3092javadoc\u3092\u53c2\u7167\u304b\u3089\u78ba\u8a8d\u3067\u304d\u308b\u306e\u3067\u305d\u306e\u65b9\u304c\u65e9\u3044\u3068\u601d\u3063\u3066\u3044\u307e\u3059\u3002<\/p>\n\n\n\n<p>build.gradle\u306b\u4ee5\u4e0b\u306e\u8a18\u8ff0\u3092\u8ffd\u8a18\u3057\u3001<\/p>\n\n\n\n<div class=\"hcb_wrap\"><pre class=\"prism undefined-numbers lang-groovy\" data-file=\"build.gradle\" data-lang=\"Groovy\"><code>tasks.withType(JavaCompile) {\n    options.compilerArgs &lt;&lt; '-Xlint:deprecation' \n    options.compilerArgs &lt;&lt; '-Werror' \n}<\/code><\/pre><\/div>\n\n\n\n<p>compile\u304c\u6210\u529f\u3059\u308c\u3070OK\u3067\u3059\uff01<\/p>\n\n\n\n<div class=\"hcb_wrap\"><pre class=\"prism undefined-numbers lang-bash\" data-lang=\"Bash\"><code>.\/gradlew clean compileJava compileTestJava<\/code><\/pre><\/div>\n\n\n\n<p>\u88dc\u8db3<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><code>-Xlint:deprecation<\/code>\uff1a\u975e\u63a8\u5968\u306a\u5b9f\u88c5\u3092\u8b66\u544a\u3057\u3066\u304f\u308c\u307e\u3059\u3002<\/li>\n\n\n\n<li><code>-Werror<\/code>\uff1a\u8b66\u544a\u304c\u3042\u308b\u5834\u5408\u306b\u30b3\u30f3\u30d1\u30a4\u30eb\u3092\u5931\u6557\u3055\u305b\u307e\u3059\u3002<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"i-2\">property\u306e\u66f4\u65b0\uff08\u4e8b\u524d\uff06\u4e8b\u5f8c\uff09<\/h3>\n\n\n<p><\/p><div class=\"linkcard\"><div class=\"lkc-external-wrap\"><a class=\"lkc-link no_icon\" href=\"https:\/\/github.com\/spring-projects\/spring-boot\/wiki\/Spring-Boot-2.7.0-Configuration-Changelog\" target=\"_blank\" rel=\"external noopener\"><div class=\"lkc-card\"><div class=\"lkc-info\"><img loading=\"lazy\" decoding=\"async\" class=\"lkc-favicon\" src=\"https:\/\/www.google.com\/s2\/favicons?domain=github.com\" alt=\"\" width=\"16\" height=\"16\"><div class=\"lkc-domain\">GitHub<\/div><\/div><div class=\"lkc-content\"><figure class=\"lkc-thumbnail\"><img decoding=\"async\" class=\"lkc-thumbnail-img\" src=\"\/\/hirabay.net\/wp-content\/uploads\/pz-linkcard\/cache\/c9236ce7a0485c305b830b737572599490f2403f4bbbb49fb670e949a4c52218.jpeg\" alt=\"\"><\/figure><div class=\"lkc-title\"><div class=\"lkc-title-text\">Spring Boot 2.7.0 Configuration Changelog \u00b7 spring-projects\/spring-boot Wiki<\/div><\/div><div class=\"lkc-url\">https:\/\/github.com\/spring-projects\/spring-boot\/wiki\/Spring-Boot-2.7.0-Configuration-Changelog<\/div><div class=\"lkc-excerpt\">Spring Boot. Contribute to spring-projects\/spring-boot development by creating an account on GitHub.<\/div><\/div><div class=\"clear\"><\/div><\/div><\/a><\/div><\/div>\n\n\n\n<p>\u4e0a\u8a18\u306e\u3088\u3046\u306bversion up\u3054\u3068\u306bproperty\u304c\u5909\u66f4\u306b\u306a\u3063\u305f\u308a\u3001\u524a\u9664\u3055\u308c\u305f\u308a\u3057\u307e\u3059\u3002<br>\u3053\u308c\u306b\u6c17\u3065\u304b\u305aupdate\u3092\u884c\u3046\u3068\u77e5\u3089\u305a\u77e5\u3089\u305a\u306e\u9593\u306b\u60f3\u5b9a\u901a\u308a\u306b\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u304c\u52d5\u304b\u306a\u304f\u306a\u3063\u3066\u3057\u307e\u3046\u306a\u3093\u3066\u3053\u3068\u306b\u3002\u3002\u3002<\/p>\n\n\n\n<p>\u306a\u306e\u3067\u3053\u3061\u3089\u3082\u4e8b\u524d\u306b\u66f4\u65b0\u3092\u884c\u3044\u307e\u3059\u3002<\/p>\n\n\n\n<p>build.gradle\u306b\u4ee5\u4e0b\u306e\u3088\u3046\u306b\u4f9d\u5b58\u3092\u8ffd\u52a0\u3057\u3001\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u3092\u8d77\u52d5\uff08bootRun\uff09\u3059\u308b\u3060\u3051\u3067\u3059\uff01<\/p>\n\n\n\n<div class=\"hcb_wrap\"><pre class=\"prism undefined-numbers lang-groovy\" data-file=\"build.gradle\" data-lang=\"Groovy\"><code>runtimeOnly(\"org.springframework.boot:spring-boot-properties-migrator\")<\/code><\/pre><\/div>\n\n\n\n<p>\u5bfe\u5fdc\u304c\u5fc5\u8981\u306aproperty\u304c\u3042\u308b\u3068\u30ed\u30b0\u3067\u304a\u77e5\u3089\u305b\u3057\u3066\u304f\u308c\u307e\u3059\u3002<\/p>\n\n\n<p><\/p><div class=\"memo \"><div class=\"memo_ttl dfont\"> MEMO<\/div>\u4f5c\u696d\u5f8c\u306b\u4f9d\u5b58\u3092\u6d88\u3059\u3053\u3068\u3092\u304a\u52e7\u3081\u3057\u307e\u3059\u3002<\/div>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"i-3\">build.gradle\u306e\u66f4\u65b0\uff08\u4e8b\u524d\uff09<\/h3>\n\n\n\n<p>SpringBoot\u306eversion up\u306bgradle\u306eversion up\u304c\u5fc5\u8981\u306a\u3053\u3068\u304c\u3042\u308a\u307e\u3059\u3002<br>\u305d\u306e\u305f\u3081\u975e\u63a8\u5968\u306a\u8a18\u8ff0\u3092\u524a\u9664\u3057\u3066\u304a\u304d\u307e\u3059\u3002<\/p>\n\n\n\n<p>\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u304c\u6b63\u5e38\u7d42\u4e86\u3059\u308c\u3070OK\u3067\u3059\uff01<\/p>\n\n\n\n<div class=\"hcb_wrap\"><pre class=\"prism undefined-numbers lang-bash\" data-lang=\"Bash\"><code>.\/gradlew compileJava --warning-mode=fail<\/code><\/pre><\/div>\n\n\n\n<p>\u3082\u3057\u304f\u306f\u3001<code>gradle.properties<\/code>\u306b\u4ee5\u4e0b\u306e\u8a2d\u5b9a\u3092\u3057\u305f\u4e0a\u3067\u4efb\u610f\u306e\u30bf\u30b9\u30af\u5b9f\u884c\u3067\u3082\u554f\u984c\u3042\u308a\u307e\u305b\u3093\uff01<\/p>\n\n\n\n<div class=\"hcb_wrap\"><pre class=\"prism undefined-numbers lang-properties\" data-file=\"gradle.properties\" data-lang=\".properties\"><code>org.gradle.warning.mode=fail<\/code><\/pre><\/div>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"i-4\">Update\u8a18\u4e8b\u307e\u3068\u3081<\/h2>\n\n\n<a class=\"linkto table\" href=\"https:\/\/hirabay.net\/?p=790\"><span class=\"tbcell tbimg\"><img loading=\"lazy\" decoding=\"async\" width=\"160\" height=\"160\" src=\"https:\/\/hirabay.net\/wp-content\/uploads\/2025\/04\/SpringBoot-2-160x160.png\" class=\"attachment-thumb-160 size-thumb-160 wp-post-image\" alt=\"\" srcset=\"https:\/\/hirabay.net\/wp-content\/uploads\/2025\/04\/SpringBoot-2-160x160.png 160w, https:\/\/hirabay.net\/wp-content\/uploads\/2025\/04\/SpringBoot-2-150x150.png 150w\" sizes=\"auto, (max-width: 160px) 100vw, 160px\"><\/span><span class=\"tbcell tbtext\"><time class=\"pubdate sng-link-time dfont\" itemprop=\"datePublished\" datetime=\"2025-04-28\">2025\u5e744\u670828\u65e5<\/time>SpringBoot 3.4 to 3.5 \u30e1\u30e2<\/span><\/a>\n\n<a class=\"linkto table\" href=\"https:\/\/hirabay.net\/?p=753\"><span class=\"tbcell tbimg\"><img loading=\"lazy\" decoding=\"async\" width=\"160\" height=\"160\" src=\"https:\/\/hirabay.net\/wp-content\/uploads\/2024\/10\/SpringBoot-160x160.png\" class=\"attachment-thumb-160 size-thumb-160 wp-post-image\" alt=\"\" srcset=\"https:\/\/hirabay.net\/wp-content\/uploads\/2024\/10\/SpringBoot-160x160.png 160w, https:\/\/hirabay.net\/wp-content\/uploads\/2024\/10\/SpringBoot-150x150.png 150w\" sizes=\"auto, (max-width: 160px) 100vw, 160px\"><\/span><span class=\"tbcell tbtext\"><time class=\"pubdate sng-link-time dfont\" itemprop=\"datePublished\" datetime=\"2024-11-20\">2024\u5e7411\u670820\u65e5<\/time>SpringBoot 3.3 to 3.4&nbsp;\u30e1\u30e2<\/span><\/a>\n\n<a class=\"linkto table\" href=\"https:\/\/hirabay.net\/?p=715\"><span class=\"tbcell tbimg\"><img loading=\"lazy\" decoding=\"async\" width=\"160\" height=\"160\" src=\"https:\/\/hirabay.net\/wp-content\/uploads\/2024\/04\/SpringBoot-160x160.png\" class=\"attachment-thumb-160 size-thumb-160 wp-post-image\" alt=\"\" srcset=\"https:\/\/hirabay.net\/wp-content\/uploads\/2024\/04\/SpringBoot-160x160.png 160w, https:\/\/hirabay.net\/wp-content\/uploads\/2024\/04\/SpringBoot-150x150.png 150w\" sizes=\"auto, (max-width: 160px) 100vw, 160px\"><\/span><span class=\"tbcell tbtext\"><time class=\"pubdate sng-link-time dfont\" itemprop=\"datePublished\" datetime=\"2024-05-23\">2024\u5e745\u670823\u65e5<\/time>SpringBoot 3.2 to 3.3&nbsp;\u30e1\u30e2<\/span><\/a>\n\n<a class=\"linkto table\" href=\"https:\/\/hirabay.net\/?p=683\"><span class=\"tbcell tbimg\"><img loading=\"lazy\" decoding=\"async\" width=\"160\" height=\"160\" src=\"https:\/\/hirabay.net\/wp-content\/uploads\/2023\/11\/SpringBoot-160x160.png\" class=\"attachment-thumb-160 size-thumb-160 wp-post-image\" alt=\"\" srcset=\"https:\/\/hirabay.net\/wp-content\/uploads\/2023\/11\/SpringBoot-160x160.png 160w, https:\/\/hirabay.net\/wp-content\/uploads\/2023\/11\/SpringBoot-150x150.png 150w\" sizes=\"auto, (max-width: 160px) 100vw, 160px\"><\/span><span class=\"tbcell tbtext\"><time class=\"pubdate sng-link-time dfont\" itemprop=\"datePublished\" datetime=\"2023-11-04\">2023\u5e7411\u67084\u65e5<\/time>SpringBoot 3.1 to 3.2&nbsp;\u30e1\u30e2<\/span><\/a>\n\n<a class=\"linkto table\" href=\"https:\/\/hirabay.net\/?p=394\"><span class=\"tbcell tbimg\"><img loading=\"lazy\" decoding=\"async\" width=\"160\" height=\"160\" src=\"https:\/\/hirabay.net\/wp-content\/uploads\/2023\/05\/SpringBoot-160x160.png\" class=\"attachment-thumb-160 size-thumb-160 wp-post-image\" alt=\"\" srcset=\"https:\/\/hirabay.net\/wp-content\/uploads\/2023\/05\/SpringBoot-160x160.png 160w, https:\/\/hirabay.net\/wp-content\/uploads\/2023\/05\/SpringBoot-150x150.png 150w\" sizes=\"auto, (max-width: 160px) 100vw, 160px\"><\/span><span class=\"tbcell tbtext\"><time class=\"pubdate sng-link-time dfont\" itemprop=\"datePublished\" datetime=\"2023-05-19\">2023\u5e745\u670819\u65e5<\/time>SpringBoot 3.0 to 3.1&nbsp;\u30e1\u30e2<\/span><\/a>\n\n<a class=\"linkto table\" href=\"https:\/\/hirabay.net\/?p=61\"><span class=\"tbcell tbimg\"><img loading=\"lazy\" decoding=\"async\" width=\"160\" height=\"160\" src=\"https:\/\/hirabay.net\/wp-content\/uploads\/2023\/01\/SpringBoot-160x160.png\" class=\"attachment-thumb-160 size-thumb-160 wp-post-image\" alt=\"\" srcset=\"https:\/\/hirabay.net\/wp-content\/uploads\/2023\/01\/SpringBoot-160x160.png 160w, https:\/\/hirabay.net\/wp-content\/uploads\/2023\/01\/SpringBoot-150x150.png 150w\" sizes=\"auto, (max-width: 160px) 100vw, 160px\"><\/span><span class=\"tbcell tbtext\"><time class=\"pubdate sng-link-time dfont\" itemprop=\"datePublished\" datetime=\"2023-01-17\">2023\u5e741\u670817\u65e5<\/time>SpringBoot 2.7 to 3.0 \u30a2\u30c3\u30d7\u30c7\u30fc\u30c8\u307e\u3068\u3081<\/span><\/a>\n\n<a class=\"linkto table\" href=\"https:\/\/hirabay.net\/?p=134\"><span class=\"tbcell tbimg\"><img loading=\"lazy\" decoding=\"async\" width=\"160\" height=\"160\" src=\"https:\/\/hirabay.net\/wp-content\/uploads\/2023\/01\/SpringBoot2_7-160x160.png\" class=\"attachment-thumb-160 size-thumb-160 wp-post-image\" alt=\"\" srcset=\"https:\/\/hirabay.net\/wp-content\/uploads\/2023\/01\/SpringBoot2_7-160x160.png 160w, https:\/\/hirabay.net\/wp-content\/uploads\/2023\/01\/SpringBoot2_7-150x150.png 150w\" sizes=\"auto, (max-width: 160px) 100vw, 160px\"><\/span><span class=\"tbcell tbtext\"><time class=\"pubdate sng-link-time dfont\" itemprop=\"datePublished\" datetime=\"2023-01-19\">2023\u5e741\u670819\u65e5<\/time>SpringBoot 2.6 to 2.7 \u30e1\u30e2<\/span><\/a>\n\n<a class=\"linkto table\" href=\"https:\/\/hirabay.net\/?p=130\"><span class=\"tbcell tbimg\"><img loading=\"lazy\" decoding=\"async\" width=\"160\" height=\"160\" src=\"https:\/\/hirabay.net\/wp-content\/uploads\/2023\/01\/SpringBoot2_6-160x160.png\" class=\"attachment-thumb-160 size-thumb-160 wp-post-image\" alt=\"\" srcset=\"https:\/\/hirabay.net\/wp-content\/uploads\/2023\/01\/SpringBoot2_6-160x160.png 160w, https:\/\/hirabay.net\/wp-content\/uploads\/2023\/01\/SpringBoot2_6-150x150.png 150w\" sizes=\"auto, (max-width: 160px) 100vw, 160px\"><\/span><span class=\"tbcell tbtext\"><time class=\"pubdate sng-link-time dfont\" itemprop=\"datePublished\" datetime=\"2023-01-19\">2023\u5e741\u670819\u65e5<\/time>SpringBoot 2.5 to 2.6 \u30e1\u30e2<\/span><\/a>\n\n<a class=\"linkto table\" href=\"https:\/\/hirabay.net\/?p=138\"><span class=\"tbcell tbimg\"><img loading=\"lazy\" decoding=\"async\" width=\"160\" height=\"160\" src=\"https:\/\/hirabay.net\/wp-content\/uploads\/2023\/01\/SpringBoot2_5-160x160.png\" class=\"attachment-thumb-160 size-thumb-160 wp-post-image\" alt=\"\" srcset=\"https:\/\/hirabay.net\/wp-content\/uploads\/2023\/01\/SpringBoot2_5-160x160.png 160w, https:\/\/hirabay.net\/wp-content\/uploads\/2023\/01\/SpringBoot2_5-150x150.png 150w\" sizes=\"auto, (max-width: 160px) 100vw, 160px\"><\/span><span class=\"tbcell tbtext\"><time class=\"pubdate sng-link-time dfont\" itemprop=\"datePublished\" datetime=\"2023-01-19\">2023\u5e741\u670819\u65e5<\/time>SpringBoot 2.4 to 2.5 \u30e1\u30e2<\/span><\/a>\n\n<a class=\"linkto table\" href=\"https:\/\/hirabay.net\/?p=153\"><span class=\"tbcell tbimg\"><img loading=\"lazy\" decoding=\"async\" width=\"160\" height=\"160\" src=\"https:\/\/hirabay.net\/wp-content\/uploads\/2023\/01\/4865df02df42953e08bbb03a7f1c168e-160x160.png\" class=\"attachment-thumb-160 size-thumb-160 wp-post-image\" alt=\"\" srcset=\"https:\/\/hirabay.net\/wp-content\/uploads\/2023\/01\/4865df02df42953e08bbb03a7f1c168e-160x160.png 160w, https:\/\/hirabay.net\/wp-content\/uploads\/2023\/01\/4865df02df42953e08bbb03a7f1c168e-150x150.png 150w\" sizes=\"auto, (max-width: 160px) 100vw, 160px\"><\/span><span class=\"tbcell tbtext\"><time class=\"pubdate sng-link-time dfont\" itemprop=\"datePublished\" datetime=\"2023-01-20\">2023\u5e741\u670820\u65e5<\/time>SpringBoot 2.3 to 2.4 \u30e1\u30e2<\/span><\/a>","protected":false},"excerpt":{"rendered":"<p>SpringBoot\u306eUpdate\u306b\u95a2\u9023\u3059\u308b\u60c5\u5831\u3092\u307e\u3068\u3081\u3066\u304a\u304d\u307e\u3059\u3002 \u203b\u30d3\u30eb\u30c9\u30c4\u30fc\u30eb\u306fGradle\u3092\u60f3\u5b9a Warning: Undefined array key &#8220;is_admin&#8221; in \/home\/c4179872 &#8230; <\/p>\n","protected":false},"author":1,"featured_media":83,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[6],"tags":[13,16],"class_list":{"0":"post-81","1":"post","2":"type-post","3":"status-publish","4":"format-standard","5":"has-post-thumbnail","7":"category-6","8":"tag-springboot","9":"tag-16"},"jetpack_featured_media_url":"https:\/\/hirabay.net\/wp-content\/uploads\/2023\/01\/641f4e20d7d1577faae9ce68813c10e2.png","_links":{"self":[{"href":"https:\/\/hirabay.net\/index.php?rest_route=\/wp\/v2\/posts\/81","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/hirabay.net\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/hirabay.net\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/hirabay.net\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/hirabay.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=81"}],"version-history":[{"count":17,"href":"https:\/\/hirabay.net\/index.php?rest_route=\/wp\/v2\/posts\/81\/revisions"}],"predecessor-version":[{"id":800,"href":"https:\/\/hirabay.net\/index.php?rest_route=\/wp\/v2\/posts\/81\/revisions\/800"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/hirabay.net\/index.php?rest_route=\/wp\/v2\/media\/83"}],"wp:attachment":[{"href":"https:\/\/hirabay.net\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=81"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/hirabay.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=81"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/hirabay.net\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=81"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}