Skip to content

Commit

Permalink
myBatisGeneratorConfigの誤字を訂正
Browse files Browse the repository at this point in the history
  • Loading branch information
kenjiyoshid-a committed Nov 13, 2024
1 parent 05b6285 commit 4d76ce4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
connectionURL="jdbc:h2:file:~/stapler;DATABASE_TO_LOWER=TRUE;DEFAULT_NULL_ORDERING=HIGH;"
userId=""
password="" />
<!-- エンティティを生成する際に、TIMESTAMP型をLocalDateTime型にするために型リゾルバを設定する
<!-- エンティティを生成する際に、TIMESTAMP型をLocalDateTime型にするためにjavaTypeResolverを設定する
未設定だとTIMESTAMP型はDate型に変換される -->
<javaTypeResolver>
<property name="useJSR310Types" value="true"/>
Expand Down

0 comments on commit 4d76ce4

Please sign in to comment.