shimodatkh / memo

0 stars 0 forks source link

user-management作成メモ #5

Open shimodatkh opened 8 years ago

shimodatkh commented 8 years ago
shimodatkh commented 8 years ago
shimodatkh commented 8 years ago
shimodatkh commented 8 years ago

問題

shimodatkh commented 8 years ago
shimodatkh commented 8 years ago

insert into account( username ,displayname, password, birthday, address, telnum , roles , status ) values('0002','0002','0002','1999-11-11','0002','0002','0002','0002');

shimodatkh commented 8 years ago

後回しにしたことリスト

shimodatkh commented 8 years ago
shimodatkh commented 8 years ago

Caused by: javax.servlet.jsp.JspTagException: 直近の親タグである <choose> をセットせずに <when> スタイル・タグを使うことは正しくありません at org.apache.taglibs.standard.tag.common.core.WhenTagSupport.doStartTag(WhenTagSupport.java:57) ~[taglibs-standard-impl-1.2.5.jar:1.2.5] at org.apache.jsp.WEB_002dINF.views.user.searchList_jsp._jspx_meth_c_005fwhen_005f0(searchList_jsp.java:194) ~[na:na] at org.apache.jsp.WEB_002dINF.views.user.searchList_jsp._jspService(searchList_jsp.java:156) ~[na:na] ... 135 common frames omitted

shimodatkh commented 8 years ago

省略したポイントの補完

shimodatkh commented 8 years ago
shimodatkh commented 8 years ago
shimodatkh commented 8 years ago
shimodatkh commented 8 years ago

HTTPステータス 400 - Parameter conditions "list" OR "form" not met for actual request parameters: page={1}, size={5}

type ステータスレポート

メッセージ Parameter conditions "list" OR "form" not met for actual request parameters: page={1}, size={5}

説明 The request sent by the client was syntactically incorrect. Apache Tomcat/8.0.32

shimodatkh commented 8 years ago

todo-infra.properties で database.url=jdbc:h2:mem:(略)

jdbc:h2:file:C:/data/test

shimodatkh commented 8 years ago

@NotNull/@NotEmpty/@NotBlankの違い

shimodatkh commented 8 years ago
shimodatkh commented 8 years ago
shimodatkh commented 8 years ago
shimodatkh commented 8 years ago