※当サイトの記事には、広告・プロモーションが含まれます。

MyBatis

Spring Batchでvalidationをどうする

scienceportal.jst.go.jp ⇧ Amazing... Spring Batchでvalidationをどうする CSVファイルなんかの外部ファイルを扱ってる場合、ファイルのフォーマットなんか崩れてる可能性もあると思うのですが、Spring Batchでvalidationをどうするか? ちなみに、validat…

Spring Batchの単体テストを実施してみる

japan.zdnet.com ⇧ amazing... Spring Batchの単体テストに必要な依存関係 公式のドキュメントでは見つけられなかったのですが、 www.baeldung.com We included the spring-boot-starter-test and spring-batch-test which bring in some necessary helper m…

Spring Batchで外部ファイルを渡してバッチ処理させたい

nazology.net ⇧ amazing... Spring Batchで外部ファイルを渡してバッチ処理させたい 調べた感じでは、 stackoverflow.com stackoverflow.com stackoverflow.com ⇧ stackoverflowにしか情報が載ってなかったかな... Spring Batchって日本だとあんまり使われて…

Spring Batch単独ではバッチの定期実行はできない

japan.zdnet.com 米国家安全保障局(NSA)は米国時間11月10日、ソフトウェアのメモリー安全性強化に向けたガイダンスを公開した。同機関はその中で開発者らに対して、ハッカーらによるリモートコード実行(RCE)をはじめとするさまざまな攻撃からコードを保…

Spring BootでSpring BatchをMyBatisと一緒に使ってみる

nazology.net ⇧ amazing... Spring Batchとは 公式のドキュメントによると、 spring.io A lightweight, comprehensive batch framework designed to enable the development of robust batch applications vital for the daily operations of enterprise sys…

MyBatisの雛型を作ってくれるMyBatis Generator (MBG)を使ってみる

www.itmedia.co.jp ⇧ amazing... MyBatis Generator (MBG)とは? GitHubの公式のドキュメントによりますと、 github.com This is a code generator for MyBatis. This library will generate code for use with MyBatis. It will introspect a database tabl…

Spring BootでMyBatisを使えるMyBatis-Spring-Boot-Starterを使ってみる

nazology.net ⇧ amazing... MyBatisとは? GitHubで公開されてるドキュメントによると、 github.com The MyBatis SQL mapper framework makes it easier to use a relational database with object-oriented applications. MyBatis couples objects with sto…