0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

Thymeleaf+VUE+springboot+mybatis+MySQLー概要図

Last updated at Posted at 2023-09-10

概要図

3-5-0.png

Thymeleaf View

 画面表示用。今回のシステムはThymeleafを利用して画面表示を実装する。Data bindingは静的なVUEを利用する。画面様式はBootstrapを利用する。

Springboot

 SpringbootはJava言語の環境化で使用できるWebアプリケーションの開発をサポートするフレームワークです。
 今回のシステムバックグラウンドフレームワークはSpringbootです。

MyBatis

 カスタム SQL、ストアドプロシージャ、高度なマッピング処理に対応した優れた永続化フレームワークです。 MyBatisを使うことで、直接 JDBC を扱うコードを書いたり、クエリ引数やクエリ結果を手動で設定する必要がほとんどなくなります。
 今回のデータ永続化の実現はMyBatisを利用する。

MySQL

 RDSMはMySQLを利用する。

ソフトウェア

### JDK
 JDK:17

RDSM

 RDSM:MySQL

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?