LoginSignup
0
0

More than 1 year has passed since last update.

Spring 案件ソルーション 画面系1 手順書フォルダ

Last updated at Posted at 2019-12-01
1 / 2

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

あれってあれなの?

用語を規定語で作ってしまった。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0