{"id":291,"date":"2019-09-02T09:52:39","date_gmt":"2019-09-02T00:52:39","guid":{"rendered":"http:\/\/2019se3.satoshis.jp\/?p=291"},"modified":"2019-09-02T12:16:09","modified_gmt":"2019-09-02T03:16:09","slug":"9%e6%9c%882%e6%97%a5","status":"publish","type":"post","link":"https:\/\/2019se3.satoshis.jp\/?p=291","title":{"rendered":"9\u67082\u65e5"},"content":{"rendered":"<h3>\u30ed\u30b0\u30a4\u30f3\u8a8d\u8a3c<\/h3>\n<p>\u30d7\u30ed\u30b8\u30a7\u30af\u30c8\u540d: tweeter<br \/>\n\u30d1\u30c3\u30b1\u30fc\u30b8\u540d: jp.abc<\/p>\n<p>pom.xml\u306bTymeleaf\u3068JPA\u3068HSQLDB\u306e\u4f9d\u5b58\u95a2\u4fc2\u3092\u8ffd\u52a0\u3059\u308b\u3002<br \/>\nSpring Boot \u306e\u30d0\u30fc\u30b8\u30e7\u30f3\u30922.1.4\u306b\u3059\u308b\u3002<\/p>\n<pre class=\"brush: xml; highlight: [8,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51]; title: ; notranslate\" title=\"\">\r\n&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;\r\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;\r\n\txsi:schemaLocation=&quot;http:\/\/maven.apache.org\/POM\/4.0.0 https:\/\/maven.apache.org\/xsd\/maven-4.0.0.xsd&quot;&gt;\r\n\t&lt;modelVersion&gt;4.0.0&lt;\/modelVersion&gt;\r\n\t&lt;parent&gt;\r\n\t\t&lt;groupId&gt;org.springframework.boot&lt;\/groupId&gt;\r\n\t\t&lt;artifactId&gt;spring-boot-starter-parent&lt;\/artifactId&gt;\r\n\t\t&lt;version&gt;2.1.4.RELEASE&lt;\/version&gt;\r\n\t\t&lt;relativePath\/&gt; &lt;!-- lookup parent from repository --&gt;\r\n\t&lt;\/parent&gt;\r\n\t&lt;groupId&gt;jp.abc&lt;\/groupId&gt;\r\n\t&lt;artifactId&gt;tweeter&lt;\/artifactId&gt;\r\n\t&lt;version&gt;0.0.1-SNAPSHOT&lt;\/version&gt;\r\n\t&lt;name&gt;tweeter&lt;\/name&gt;\r\n\t&lt;description&gt;Tweeter&lt;\/description&gt;\r\n\r\n\t&lt;properties&gt;\r\n\t\t&lt;java.version&gt;1.8&lt;\/java.version&gt;\r\n\t&lt;\/properties&gt;\r\n\r\n\t&lt;dependencies&gt;\r\n\t\t&lt;dependency&gt;\r\n\t\t\t&lt;groupId&gt;org.springframework.boot&lt;\/groupId&gt;\r\n\t\t\t&lt;artifactId&gt;spring-boot-starter-web&lt;\/artifactId&gt;\r\n\t\t&lt;\/dependency&gt;\r\n\r\n\t\t&lt;dependency&gt;\r\n\t\t\t&lt;groupId&gt;org.springframework.boot&lt;\/groupId&gt;\r\n\t\t\t&lt;artifactId&gt;spring-boot-starter-test&lt;\/artifactId&gt;\r\n\t\t\t&lt;scope&gt;test&lt;\/scope&gt;\r\n\t\t&lt;\/dependency&gt;\r\n\r\n\t\t&lt;dependency&gt;\r\n\t\t\t&lt;groupId&gt;org.springframework.boot&lt;\/groupId&gt;\r\n\t\t\t&lt;artifactId&gt;spring-boot-starter-thymeleaf&lt;\/artifactId&gt;\r\n\t\t&lt;\/dependency&gt;\r\n\r\n\t\t&lt;dependency&gt;\r\n\t\t\t&lt;groupId&gt;org.springframework.boot&lt;\/groupId&gt;\r\n\t\t\t&lt;artifactId&gt;spring-boot-starter-data-jpa&lt;\/artifactId&gt;\r\n\t\t&lt;\/dependency&gt;\r\n\r\n\t\t&lt;dependency&gt;\r\n\t\t\t&lt;groupId&gt;org.springframework.boot&lt;\/groupId&gt;\r\n\t\t\t&lt;artifactId&gt;spring-boot-starter-security&lt;\/artifactId&gt;\r\n\t\t&lt;\/dependency&gt;\r\n\r\n\t\t&lt;dependency&gt;\r\n\t\t\t&lt;groupId&gt;org.hsqldb&lt;\/groupId&gt;\r\n\t\t\t&lt;artifactId&gt;hsqldb&lt;\/artifactId&gt;\r\n\t\t&lt;\/dependency&gt;\r\n\r\n\t&lt;\/dependencies&gt;\r\n\r\n\t&lt;build&gt;\r\n\t\t&lt;plugins&gt;\r\n\t\t\t&lt;plugin&gt;\r\n\t\t\t\t&lt;groupId&gt;org.springframework.boot&lt;\/groupId&gt;\r\n\t\t\t\t&lt;artifactId&gt;spring-boot-maven-plugin&lt;\/artifactId&gt;\r\n\t\t\t&lt;\/plugin&gt;\r\n\t\t&lt;\/plugins&gt;\r\n\t&lt;\/build&gt;\r\n\r\n&lt;\/project&gt;\r\n<\/pre>\n<p>HSQLDB\u3092\u8d77\u52d5\u3059\u308bBAT\u30d5\u30a1\u30a4\u30eb\u3092\u4fee\u6b63\u3059\u308b\u3002tweeter \u30a4\u30f3\u30b9\u30bf\u30f3\u30b9\u3092\u8ffd\u52a0\u3059\u308b\u3002<\/p>\n<pre class=\"brush: plain; title: ; notranslate\" title=\"\">\r\ncd C:\\pleiades\\hsqldb-2.4.1\\hsqldb\\lib\r\njava -cp hsqldb.jar org.hsqldb.Server --database.0 db\/tweeter --dbname.0 tweeter\r\n<\/pre>\n<p>application.properties \u306bHSQLDB\u306e\u8a2d\u5b9a\u3092\u8ffd\u52a0\u3059\u308b\u3002<\/p>\n<pre class=\"brush: plain; title: ; notranslate\" title=\"\">\r\nspring.datasource.url=jdbc:hsqldb:hsql:\/\/localhost\/tweeter\r\nspring.datasource.username=sa\r\nspring.datasource.password=\r\nspring.datasource.driver-class-name=org.hsqldb.jdbc.JDBCDriver\r\nspring.jpa.properties.hibernate.dialect=org.hibernate.dialect.HSQLDialect\r\nspring.jpa.hibernate.ddl-auto=update\r\n<\/pre>\n<p><a href=\"http:\/\/satoshis.hatenablog.jp\/entry\/20180914\/p1\">Spring Boot \u3067JDBC\u3092\u4f7f\u3063\u3066\u30e6\u30fc\u30b6\u30fc\u767b\u9332\u30fb\u30e6\u30fc\u30b6\u30fc\u8a8d\u8a3c\u3059\u308b\u65b9\u6cd5<\/a><\/p>\n<p>4\u3064\u306eHTML\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u3092\u4f5c\u6210\u3059\u308b\u3002<\/p>\n<p>index.html<\/p>\n<pre class=\"brush: xml; title: ; notranslate\" title=\"\">\r\n&lt;!DOCTYPE html&gt;\r\n&lt;html&gt;\r\n&lt;head&gt;\r\n&lt;meta charset=&quot;UTF-8&quot;&gt;\r\n&lt;title&gt;\u30c8\u30c3\u30d7\u30da\u30fc\u30b8&lt;\/title&gt;\r\n&lt;\/head&gt;\r\n&lt;body&gt;\r\n    &lt;h1&gt;\u30c8\u30c3\u30d7\u30da\u30fc\u30b8&lt;\/h1&gt;\r\n    &lt;a href=&quot;\/mypage&quot;&gt;\u30de\u30a4\u30da\u30fc\u30b8&lt;\/a&gt;\r\n&lt;\/body&gt;\r\n&lt;\/html&gt;\r\n<\/pre>\n<p>mypage.html<\/p>\n<pre class=\"brush: xml; title: ; notranslate\" title=\"\">\r\n&lt;!DOCTYPE html&gt;\r\n&lt;html xmlns:th=&quot;http:\/\/www.thymeleaf.org&quot;&gt;\r\n&lt;head&gt;\r\n    &lt;meta charset=&quot;UTF-8&quot; \/&gt;\r\n    &lt;title&gt;login&lt;\/title&gt;\r\n&lt;\/head&gt;\r\n&lt;body&gt;\r\n    &lt;h1&gt;\u30de\u30a4\u30da\u30fc\u30b8&lt;\/h1&gt;\r\n    &lt;form th:action=&quot;@{\/logout}&quot; method=&quot;post&quot;&gt;\r\n        &lt;input type=&quot;submit&quot; value=&quot;\u30ed\u30b0\u30a2\u30a6\u30c8&quot; \/&gt;\r\n    &lt;\/form&gt;\r\n&lt;\/body&gt;\r\n&lt;\/html&gt;\r\n<\/pre>\n<p>login.html<\/p>\n<pre class=\"brush: xml; title: ; notranslate\" title=\"\">\r\n&lt;!DOCTYPE html&gt;\r\n&lt;html xmlns:th=&quot;http:\/\/www.thymeleaf.org&quot;&gt;\r\n&lt;head&gt;\r\n    &lt;meta charset=&quot;UTF-8&quot; \/&gt;\r\n    &lt;title&gt;login&lt;\/title&gt;\r\n&lt;\/head&gt;\r\n&lt;body&gt;\r\n    &lt;div th:if=&quot;${param.error}&quot;&gt;\r\n        \u30a8\u30e9\u30fc: \u30e6\u30fc\u30b6\u540d\u30fb\u30d1\u30b9\u30ef\u30fc\u30c9\u304c\u9055\u3044\u307e\u3059\u3002\r\n    &lt;\/div&gt;\r\n    &lt;form th:action=&quot;@{\/login}&quot; method=&quot;post&quot;&gt;\r\n        &lt;div&gt;&lt;label&gt;\u30e6\u30fc\u30b6\u540d: &lt;input type=&quot;text&quot; name=&quot;username&quot;\/&gt; &lt;\/label&gt;&lt;\/div&gt;\r\n        &lt;div&gt;&lt;label&gt;\u30d1\u30b9\u30ef\u30fc\u30c9: &lt;input type=&quot;password&quot; name=&quot;password&quot;\/&gt; &lt;\/label&gt;&lt;\/div&gt;\r\n        &lt;div&gt;&lt;input type=&quot;submit&quot; value=&quot;\u30ed\u30b0\u30a4\u30f3&quot;\/&gt;&lt;\/div&gt;\r\n    &lt;\/form&gt;\r\n    &lt;div&gt;&lt;a href=&quot;\/newuser&quot;&gt;\u65b0\u898f\u30e6\u30fc\u30b6\u30fc\u767b\u9332&lt;\/a&gt;&lt;\/div&gt;\r\n    &lt;a href=&quot;\/&quot;&gt;\u623b\u308b&lt;\/a&gt;\r\n&lt;\/body&gt;\r\n&lt;\/html&gt;\r\n<\/pre>\n<p>newuser.html<\/p>\n<pre class=\"brush: xml; title: ; notranslate\" title=\"\">\r\n&lt;!DOCTYPE html&gt;\r\n&lt;html xmlns:th=&quot;http:\/\/www.thymeleaf.org&quot;&gt;\r\n&lt;head&gt;\r\n    &lt;meta charset=&quot;UTF-8&quot; \/&gt;\r\n    &lt;title&gt;\u65b0\u898f\u30e6\u30fc\u30b6\u30fc\u767b\u9332&lt;\/title&gt;\r\n&lt;\/head&gt;\r\n&lt;body&gt;\r\n    &lt;h1&gt;\u65b0\u898f\u30e6\u30fc\u30b6\u30fc\u767b\u9332&lt;\/h1&gt;\r\n    &lt;form th:action=&quot;@{\/newuser}&quot; method=&quot;post&quot;&gt;\r\n        &lt;div&gt;&lt;label&gt;\u30e6\u30fc\u30b6\u540d: &lt;input type=&quot;text&quot; name=&quot;username&quot;\/&gt; &lt;\/label&gt;&lt;\/div&gt;\r\n        &lt;div&gt;&lt;label&gt;\u30d1\u30b9\u30ef\u30fc\u30c9: &lt;input type=&quot;password&quot; name=&quot;password&quot;\/&gt; &lt;\/label&gt;&lt;\/div&gt;\r\n        &lt;div&gt;&lt;label&gt;\u30d1\u30b9\u30ef\u30fc\u30c9\u518d\u5165\u529b: &lt;input type=&quot;password&quot; name=&quot;password2&quot;\/&gt; &lt;\/label&gt;&lt;\/div&gt;\r\n        &lt;div&gt;&lt;input type=&quot;submit&quot; value=&quot;\u767b\u9332&quot;\/&gt;&lt;\/div&gt;\r\n    &lt;\/form&gt;\r\n    &lt;a href=&quot;\/&quot;&gt;\u623b\u308b&lt;\/a&gt;\r\n&lt;\/body&gt;\r\n&lt;\/html&gt;\r\n<\/pre>\n<p>\u30b3\u30f3\u30c8\u30ed\u30fc\u30e9\u3092\u4f5c\u6210\u3059\u308b\u3002<br \/>\nMyController.java<\/p>\n<pre class=\"brush: java; title: ; notranslate\" title=\"\">\r\npackage jp.abc;\r\n\r\nimport org.springframework.stereotype.Controller;\r\nimport org.springframework.web.bind.annotation.RequestMapping;\r\n\r\n@Controller\r\npublic class MyController {\r\n    @RequestMapping(value = &quot;\/&quot;)\r\n    public String index() {\r\n        return &quot;index&quot;;\r\n    }\r\n\r\n    @RequestMapping(value = &quot;\/login&quot;)\r\n    public String login() {\r\n        return &quot;login&quot;;\r\n    }\r\n\r\n    @RequestMapping(value = &quot;\/newuser&quot;)\r\n    public String newuser() {\r\n        return &quot;newuser&quot;;\r\n    }\r\n\r\n    @RequestMapping(value = &quot;\/mypage&quot;)\r\n    public String top() {\r\n        return &quot;mypage&quot;;\r\n    }\r\n}\r\n<\/pre>\n<p>WebSecurityConfig \u30af\u30e9\u30b9\u3092\u4f5c\u6210\u3059\u308b\u3002<\/p>\n<pre class=\"brush: java; title: ; notranslate\" title=\"\">\r\npackage jp.abc;\r\n\r\nimport org.springframework.context.annotation.Configuration;\r\nimport org.springframework.security.config.annotation.web.builders.HttpSecurity;\r\nimport org.springframework.security.config.annotation.web.configuration.EnableWebSecurity;\r\nimport org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter;\r\n\r\n@Configuration\r\n@EnableWebSecurity\r\npublic class WebSecurityConfig extends WebSecurityConfigurerAdapter{\r\n    @Override\r\n    protected void configure(HttpSecurity http) throws Exception {\r\n        http.authorizeRequests()\r\n            .antMatchers(&quot;\/&quot;, &quot;\/newuser&quot;).permitAll()\r\n            .anyRequest().authenticated()\r\n            .and()\r\n            .formLogin()\r\n            .loginPage(&quot;\/login&quot;)\r\n            .permitAll()\r\n            .and()\r\n            .logout()\r\n            .permitAll();\r\n    }\r\n}\r\n<\/pre>\n<p>WebSecurityConfig \u306b\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u8a8d\u8a3c\u306e\u30b3\u30fc\u30c9\u3092\u8ffd\u52a0\u3059\u308b\u3002<\/p>\n<pre class=\"brush: java; highlight: [17,18,20,21,22,23,24,25,26,27,28]; title: ; notranslate\" title=\"\">\r\npackage jp.abc;\r\n\r\nimport javax.sql.DataSource;\r\n\r\nimport org.springframework.beans.factory.annotation.Autowired;\r\nimport org.springframework.context.annotation.Configuration;\r\nimport org.springframework.security.config.annotation.authentication.builders.AuthenticationManagerBuilder;\r\nimport org.springframework.security.config.annotation.web.builders.HttpSecurity;\r\nimport org.springframework.security.config.annotation.web.configuration.EnableWebSecurity;\r\nimport org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter;\r\nimport org.springframework.security.core.userdetails.User;\r\nimport org.springframework.security.core.userdetails.User.UserBuilder;\r\n\r\n@Configuration\r\n@EnableWebSecurity\r\npublic class WebSecurityConfig extends WebSecurityConfigurerAdapter{\r\n\t@Autowired\r\n\tprivate DataSource dataSource;\r\n\r\n\t@Autowired\r\n\tpublic void configureGlobal(AuthenticationManagerBuilder auth) throws Exception {\r\n\t\tUserBuilder users = User.withDefaultPasswordEncoder();\r\n\t\tauth\r\n\t\t.jdbcAuthentication()\r\n\t\t.dataSource(dataSource)\r\n\t\t.withDefaultSchema()\r\n\t\t.withUser(users.username(&quot;user&quot;).password(&quot;password&quot;).roles(&quot;USER&quot;));\r\n\t}\r\n\r\n\t@Override\r\n\tprotected void configure(HttpSecurity http) throws Exception {\r\n\t\thttp.authorizeRequests()\r\n\t\t.antMatchers(&quot;\/&quot;, &quot;\/newuser&quot;).permitAll()\r\n\t\t.anyRequest().authenticated()\r\n\t\t.and()\r\n\t\t.formLogin()\r\n\t\t.loginPage(&quot;\/login&quot;)\r\n\t\t.permitAll()\r\n\t\t.and()\r\n\t\t.logout()\r\n\t\t.permitAll();\r\n\t}\r\n}\r\n<\/pre>\n<p>\u3053\u306e\u30b3\u30fc\u30c9\u3067\u8d77\u52d5\u3059\u308b\u3068\u30011\u5ea6\u76ee\u306f\u6b63\u5e38\u306b\u8d77\u52d5\u3059\u308b\u304c\u3001\u518d\u8d77\u52d5\u3059\u308b\u3068\u4f8b\u5916\u304c\u767a\u751f\u3057\u3066\u8d77\u52d5\u3067\u304d\u306a\u304f\u306a\u308b\u3002<br \/>\n\u4f8b\u5916\u306e\u539f\u56e0\u304c withDefaultScheme() \u3068 withUser() \u306a\u306e\u3067\u3001\u305d\u306e\u90e8\u5206\u3092\u524a\u9664\u3059\u308b\u3002<\/p>\n<p>WebSecurityConfig.java<\/p>\n<pre class=\"brush: java; first-line: 18; title: ; notranslate\" title=\"\">\r\n\t@Autowired\r\n\tpublic void configureGlobal(AuthenticationManagerBuilder auth) throws Exception {\r\n\t\tauth\r\n\t\t.jdbcAuthentication()\r\n\t\t.dataSource(dataSource);\r\n\t}\r\n<\/pre>\n<p>\u30b3\u30f3\u30c8\u30ed\u30fc\u30e9\u3067\u65b0\u898f\u30e6\u30fc\u30b6\u30fc\u767b\u9332\u306ePOST\u30e1\u30bd\u30c3\u30c9\u3092\u53d7\u3051\u4ed8\u3051\u308b\u3088\u3046\u306b\u3059\u308b\u3002<\/p>\n<pre class=\"brush: java; highlight: [14,15,27,32,33,34,35,36,37,38]; title: ; notranslate\" title=\"\">\r\npackage jp.abc;\r\n\r\nimport org.springframework.beans.factory.annotation.Autowired;\r\nimport org.springframework.security.core.userdetails.User;\r\nimport org.springframework.security.core.userdetails.User.UserBuilder;\r\nimport org.springframework.security.provisioning.JdbcUserDetailsManager;\r\nimport org.springframework.stereotype.Controller;\r\nimport org.springframework.web.bind.annotation.RequestMapping;\r\nimport org.springframework.web.bind.annotation.RequestMethod;\r\nimport org.springframework.web.bind.annotation.RequestParam;\r\n\r\n@Controller\r\npublic class MyController {\r\n\t@Autowired\r\n\tprivate JdbcUserDetailsManager userManager;\r\n\r\n\t@RequestMapping(value = &quot;\/&quot;)\r\n\tpublic String index() {\r\n\t\treturn &quot;index&quot;;\r\n\t}\r\n\r\n\t@RequestMapping(value = &quot;\/login&quot;)\r\n\tpublic String login() {\r\n\t\treturn &quot;login&quot;;\r\n\t}\r\n\r\n\t@RequestMapping(value = &quot;\/newuser&quot;, method = RequestMethod.GET)\r\n\tpublic String newuser() {\r\n\t\treturn &quot;newuser&quot;;\r\n\t}\r\n\r\n\t@RequestMapping(value = &quot;\/newuser&quot;, method = RequestMethod.POST)\r\n\tpublic String register(@RequestParam(&quot;username&quot;) String username,\r\n\t\t\t@RequestParam(&quot;password&quot;) String password) {\r\n\t\tUserBuilder users = User.withDefaultPasswordEncoder();\r\n\t\tuserManager.createUser(users.username(username).password(password).roles(&quot;USER&quot;).build());\r\n\t\treturn &quot;login&quot;;\r\n\t}\r\n\r\n\t@RequestMapping(value = &quot;\/mypage&quot;)\r\n\tpublic String top() {\r\n\t\treturn &quot;mypage&quot;;\r\n\t}\r\n}\r\n<\/pre>\n<p>\u3053\u306e\u72b6\u614b\u3067\u8d77\u52d5\u3057\u3088\u3046\u3068\u3059\u308b\u3068\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u3066\u8d77\u52d5\u306b\u5931\u6557\u3059\u308b\u3002<\/p>\n<pre class=\"brush: plain; title: ; notranslate\" title=\"\">\r\n***************************\r\nAPPLICATION FAILED TO START\r\n***************************\r\n\r\nDescription:\r\n\r\nField userManager in jp.abc.MyController required a bean of type 'org.springframework.security.provisioning.JdbcUserDetailsManager' that could not be found.\r\n\r\nThe injection point has the following annotations:\r\n\t- @org.springframework.beans.factory.annotation.Autowired(required=true)\r\n\r\n\r\nAction:\r\n\r\nConsider defining a bean of type 'org.springframework.security.provisioning.JdbcUserDetailsManager' in your configuration.\r\n\r\n<\/pre>\n<p>JdbcUserDetailManager \u306e\u30d3\u30fc\u30f3\u3092\u8a2d\u5b9a\u306b\u7528\u610f\u3057\u308d\u3068\u8a00\u308f\u308c\u3066\u3044\u308b\u306e\u3067\u3001\u305d\u306e\u8a2d\u5b9a\u3092\u8ffd\u52a0\u3059\u308b\u3002<\/p>\n<p>WebSecurityConfig.java<\/p>\n<pre class=\"brush: java; first-line: 41; title: ; notranslate\" title=\"\">\r\n\t@Bean\r\n\tpublic JdbcUserDetailsManager jdbcUserDetailsManager() throws Exception {\r\n\t\tJdbcUserDetailsManager jdbcUserDetailsManager = new JdbcUserDetailsManager();\r\n\t\tjdbcUserDetailsManager.setDataSource(dataSource);\r\n\t\treturn jdbcUserDetailsManager;\r\n\t}\r\n<\/pre>\n<p>\u8a2d\u5b9a\u3092\u8ffd\u52a0\u3057\u305f\u5f8c\u306b\u518d\u8d77\u52d5\u3059\u308b\u3068\u3001\u30a8\u30e9\u30fc\u306a\u304f\u8d77\u52d5\u3067\u304d\u308b\u3002<br \/>\n\u30e6\u30fc\u30b6\u30fc\u767b\u9332\u3068\u30ed\u30b0\u30a4\u30f3\u3082\u3067\u304d\u308b\u3088\u3046\u306b\u306a\u3063\u3066\u3044\u3066\u3001\u30ed\u30b0\u30a4\u30f3\u3059\u308c\u3070\u30de\u30a4\u30da\u30fc\u30b8\u306b\u30a2\u30af\u30bb\u30b9\u3067\u304d\u308b\u3002<\/p>\n\n<div style=\"font-size: 0px; height: 0px; line-height: 0px; margin: 0; padding: 0; clear: both;\"><\/div>","protected":false},"excerpt":{"rendered":"<p>\u30ed\u30b0\u30a4\u30f3\u8a8d\u8a3c \u30d7\u30ed\u30b8\u30a7\u30af\u30c8\u540d: tweeter \u30d1\u30c3\u30b1\u30fc\u30b8\u540d: jp.abc pom.xml\u306bTymeleaf\u3068JPA\u3068HSQLDB\u306e\u4f9d\u5b58\u95a2\u4fc2\u3092\u8ffd\u52a0\u3059\u308b\u3002 Spring Boot \u306e\u30d0\u30fc\u30b8\u30e7\u30f3\u30922.1.4\u306b\u3059\u308b\u3002 HSQ &hellip; <a href=\"https:\/\/2019se3.satoshis.jp\/?p=291\" class=\"more-link\"><span class=\"screen-reader-text\">&#8220;9\u67082\u65e5&#8221; \u306e<\/span>\u7d9a\u304d\u3092\u8aad\u3080<\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[3],"tags":[],"_links":{"self":[{"href":"https:\/\/2019se3.satoshis.jp\/index.php?rest_route=\/wp\/v2\/posts\/291"}],"collection":[{"href":"https:\/\/2019se3.satoshis.jp\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/2019se3.satoshis.jp\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/2019se3.satoshis.jp\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/2019se3.satoshis.jp\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=291"}],"version-history":[{"count":20,"href":"https:\/\/2019se3.satoshis.jp\/index.php?rest_route=\/wp\/v2\/posts\/291\/revisions"}],"predecessor-version":[{"id":311,"href":"https:\/\/2019se3.satoshis.jp\/index.php?rest_route=\/wp\/v2\/posts\/291\/revisions\/311"}],"wp:attachment":[{"href":"https:\/\/2019se3.satoshis.jp\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=291"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/2019se3.satoshis.jp\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=291"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/2019se3.satoshis.jp\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=291"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}