#Spring 案件ソルーション 画面系1
##概要
プログラミング + 結合テストの場合
・最低限のつくりを掴む
https://macchinetta.github.io/server-guideline-thymeleaf/current/ja/Overview/SpringMVCOverview.html
← 図が参考になる。
https://qiita.com/wingsys/items/b5d3ae7329bd1ea940d1
← Seriviceはインターフェースだということです。
・画面系のフレームワークを勉強する。
https://www.marineroad.com/staff-blog/17761.html
##簡単な例を作ってみる。
| 概要 |役割 |
|:-----------|------------:|------------:|
| いわゆるHelloWorld| View + Controller|
| 計算機/画面遷移| View + Controller|
| 登録 | View + Controller + (Service + Repository) |
| 一覧・登録・更新・削除 | View + Controller + Service + Repository |
##チュートリアルに沿ってやってみる。
発展問題まで行った。
設計の仕方など参考になる。
https://masahiroharada.github.io/spring-boot-primer/
https://github.com/noikedan/search
##用語
application.properties
##あれってあれなの?
用語を規定語で作ってしまった。