{"id":691,"date":"2019-06-16T14:52:43","date_gmt":"2019-06-16T05:52:43","guid":{"rendered":"https:\/\/ito-u-oti.com\/?p=691"},"modified":"2020-07-10T17:34:00","modified_gmt":"2020-07-10T08:34:00","slug":"post-691","status":"publish","type":"post","link":"https:\/\/ito-u-oti.com\/?p=691","title":{"rendered":"\u3010maven\u3011\u4f9d\u5b58\u95a2\u4fc2\u306e\u30d7\u30ed\u30b8\u30a7\u30af\u30c8\u5b9a\u7fa9\u306e\u8a18\u8ff0\u5185\u5bb9"},"content":{"rendered":"\n<p>\u4f8b\u3048\u3070\u3053\u306e\u3088\u3046\u306a\u30de\u30eb\u30c1\u30d7\u30ed\u30b8\u30a7\u30af\u30c8\u304c\u3042\u308b\u3068\u3057\u3066\u3001<\/p>\n\n\n\n<figure class=\"wp-block-image is-resized\"><img decoding=\"async\" src=\"https:\/\/ito-u-oti.com\/wp-content\/uploads\/2019\/06\/\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u968e\u5c64.png\" alt=\"\" class=\"wp-image-1020\" width=\"559\" height=\"253\"\/><\/figure>\n\n\n\n<p>\u305d\u308c\u305e\u308c\u306epom.xml\u306e\u4f9d\u5b58\u95a2\u4fc2\u306b\u7740\u76ee\u3059\u308b\u3068\u3069\u306e\u3088\u3046\u306a\u8a18\u8ff0\u306b\u306a\u3063\u3066\u3044\u308b\u306e\u304b\u304c\u6c17\u306b\u306a\u3063\u305f\u306e\u3067\u6574\u7406\u3057\u307e\u3059\u3002<\/p>\n\n\n\n<h2 id=\"outline__1\" class=\"wp-block-heading\">todoBatch-parent<\/h2>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: xml; title: ; notranslate\" title=\"\">\n&lt;project xmlns=&quot;http:\/\/maven.apache.org\/POM\/4.0.0&quot; xmlns:xsi=&quot;http:\/\/www.w3.org\/2001\/XMLSchema-instance&quot;\n    xsi:schemaLocation=&quot;http:\/\/maven.apache.org\/POM\/4.0.0 http:\/\/maven.apache.org\/xsd\/maven-4.0.0.xsd&quot;&gt;\n    &lt;modelVersion&gt;4.0.0&lt;\/modelVersion&gt;\n\n    &lt;groupId&gt;itouoti.spring.batch&lt;\/groupId&gt;\n    &lt;artifactId&gt;todoBatch-parent&lt;\/artifactId&gt;\n    &lt;version&gt;0.0.1-SNAPSHOT&lt;\/version&gt;\n    &lt;packaging&gt;pom&lt;\/packaging&gt;\n\n    &lt;name&gt;todoBatch-parent&lt;\/name&gt;\n    &lt;url&gt;http:\/\/maven.apache.org&lt;\/url&gt;\n\n    &lt;modules&gt;\n        &lt;module&gt;todoBatch-env&lt;\/module&gt;\n        &lt;module&gt;todoBatch&lt;\/module&gt;\n    &lt;\/modules&gt;\n\n&lt;\/project&gt;\n\n<\/pre><\/div>\n\n\n<p>\u89aa\u30d7\u30ed\u30b8\u30a7\u30af\u30c8\u306e\u7ba1\u7406\u3057\u3066\u3044\u308b\u5b50\u30d7\u30ed\u30b8\u30a7\u30af\u30c8\u3092\u30e2\u30b8\u30e5\u30fc\u30eb\u3068\u3057\u3066\u8a8d\u8b58\u3055\u305b\u3066\u3044\u307e\u3059\u3002<\/p>\n\n\n\n<h2 id=\"outline__2\" class=\"wp-block-heading\">todoBatch-env<\/h2>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: xml; title: ; notranslate\" title=\"\">\n&lt;project\n    xmlns=&quot;http:\/\/maven.apache.org\/POM\/4.0.0&quot;\n    xmlns:xsi=&quot;http:\/\/www.w3.org\/2001\/XMLSchema-instance&quot;\n    xsi:schemaLocation=&quot;http:\/\/maven.apache.org\/POM\/4.0.0 http:\/\/maven.apache.org\/xsd\/maven-4.0.0.xsd&quot;&gt;\n    &lt;modelVersion&gt;4.0.0&lt;\/modelVersion&gt;\n\n    &lt;parent&gt;\n        &lt;groupId&gt;itouoti.spring.batch&lt;\/groupId&gt;\n        &lt;artifactId&gt;todoBatch-parent&lt;\/artifactId&gt;\n        &lt;version&gt;0.0.1-SNAPSHOT&lt;\/version&gt;\n    &lt;\/parent&gt;\n\n    &lt;artifactId&gt;todoBatch-env&lt;\/artifactId&gt;\n\n&lt;\/project&gt;\n<\/pre><\/div>\n\n\n<p>parent\u30bf\u30b0\u3067\u89aa\u30d7\u30ed\u30b8\u30a7\u30af\u30c8\u3092\u6307\u5b9a\u3057\u3066\u3044\u308b\u3060\u3051\u3067\u3059\u3002<\/p>\n\n\n\n<h2 id=\"outline__3\" class=\"wp-block-heading\">todoBatch<\/h2>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: xml; title: ; notranslate\" title=\"\">\n&lt;project\n    xmlns=&quot;http:\/\/maven.apache.org\/POM\/4.0.0&quot;\n    xmlns:xsi=&quot;http:\/\/www.w3.org\/2001\/XMLSchema-instance&quot;\n    xsi:schemaLocation=&quot;http:\/\/maven.apache.org\/POM\/4.0.0 http:\/\/maven.apache.org\/xsd\/maven-4.0.0.xsd&quot;&gt;\n    &lt;modelVersion&gt;4.0.0&lt;\/modelVersion&gt;\n\n    &lt;parent&gt;\n        &lt;groupId&gt;itouoti.spring.batch&lt;\/groupId&gt;\n        &lt;artifactId&gt;todoBatch-parent&lt;\/artifactId&gt;\n        &lt;version&gt;0.0.1-SNAPSHOT&lt;\/version&gt;\n    &lt;\/parent&gt;\n\n    &lt;artifactId&gt;todoBatch&lt;\/artifactId&gt;\n\n\n    &lt;dependencyManagement&gt;\n        &lt;dependencies&gt;\n            &lt;dependency&gt;\n                &lt;groupId&gt;itouoti.spring.batch&lt;\/groupId&gt;\n                &lt;artifactId&gt;todoBatch-parent&lt;\/artifactId&gt;\n                &lt;version&gt;1.0-SNAPSHOT&lt;\/version&gt;\n            &lt;\/dependency&gt;\n        &lt;\/dependencies&gt;\n    &lt;\/dependencyManagement&gt;\n    \n    &lt;dependencies&gt;\n        &lt;dependency&gt;\n            &lt;groupId&gt;itouoti.spring.batch&lt;\/groupId&gt;\n            &lt;artifactId&gt;todoBatch-env&lt;\/artifactId&gt;\n            &lt;version&gt;0.0.1-SNAPSHOT&lt;\/version&gt;\n        &lt;\/dependency&gt;\n    &lt;\/dependencies&gt;\n    \n&lt;\/project&gt;\n<\/pre><\/div>\n\n\n<p>todoBatch-env\u306b\u4f9d\u5b58\u3057\u3066\u3044\u308b\u305f\u3081\u3001dependency\u30bf\u30b0\u3067todoBatch-env\u3092\u767b\u9332\u3057\u3066\u3044\u307e\u3059\u3002<\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u4f8b\u3048\u3070\u3053\u306e\u3088\u3046\u306a\u30de\u30eb\u30c1\u30d7\u30ed\u30b8\u30a7\u30af\u30c8\u304c\u3042\u308b\u3068\u3057\u3066\u3001 \u305d\u308c\u305e\u308c\u306epom.xml\u306e\u4f9d\u5b58\u95a2\u4fc2\u306b\u7740\u76ee\u3059\u308b\u3068\u3069\u306e [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":94,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[25],"tags":[14,234],"class_list":["post-691","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-maven","tag-maven","tag-multi-project"],"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/ito-u-oti.com\/index.php?rest_route=\/wp\/v2\/posts\/691","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ito-u-oti.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/ito-u-oti.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/ito-u-oti.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/ito-u-oti.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=691"}],"version-history":[{"count":4,"href":"https:\/\/ito-u-oti.com\/index.php?rest_route=\/wp\/v2\/posts\/691\/revisions"}],"predecessor-version":[{"id":1226,"href":"https:\/\/ito-u-oti.com\/index.php?rest_route=\/wp\/v2\/posts\/691\/revisions\/1226"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/ito-u-oti.com\/index.php?rest_route=\/wp\/v2\/media\/94"}],"wp:attachment":[{"href":"https:\/\/ito-u-oti.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=691"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/ito-u-oti.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=691"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/ito-u-oti.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=691"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}