Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 553 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 553 Bytes

Spring Boot 系のサンプル集

なるべく最小構成で動かせるサンプルにする。

spring-boot

Spring Boot 本来の構成でのサンプル。
構成要素は

  • Spring Boot
  • DB: JPA / Hibernate
  • テンプレートエンジン: Thymeleaf

spring-boot-doma

Spring Boot に DB まわりで Doma を採用したサンプル。 外だしクエリがお気に入り。

  • Spring Boot
  • DB: S2Doma
  • バリデーション: Hibernate
  • テンプレートエンジン: Thymeleaf

TODO

  • bean のスコープ設定