DEV Community

Kotlin Springboot Series' Articles

Back to kaede's Series
Kotlin SpringBoot -- Part 00 アプリを作成して起動する

Kotlin SpringBoot -- Part 00 アプリを作成して起動する

3
Comments
2 min read
Kotlin Springboot -- Part 01 "/" へのアクセスで template に値を渡してブラウザで表示する Controller を作る

Kotlin Springboot -- Part 01 "/" へのアクセスで template に値を渡してブラウザで表示する Controller を作る

3
Comments
1 min read
Kotlin Springboot -- Part 2 Driver に data class を定義して instance を作り、Usecase でまとめて Main で呼び出す

Kotlin Springboot -- Part 2 Driver に data class を定義して instance を作り、Usecase でまとめて Main で呼び出す

Comments
1 min read
Kotlin Springboot -- Part 3 Controller を Resource 層にして Usecase につなげる

Kotlin Springboot -- Part 3 Controller を Resource 層にして Usecase につなげる

Comments
1 min read
Kotlin Springboot -- Part 4 Domain で Value Object を定義して Driver->Gateway->Usecase と連れ込んでいく

Kotlin Springboot -- Part 4 Domain で Value Object を定義して Driver->Gateway->Usecase と連れ込んでいく

Comments
1 min read
Kotlin Springboot -- Part 5 Rest で全てのインスタンスを作って Driver まで動くようにする

Kotlin Springboot -- Part 5 Rest で全てのインスタンスを作って Driver まで動くようにする

4
Comments
1 min read
Kotlin Springboot -- Part 6 Driver で Entity のデータクラスとインスタンスを作り Gateway で Domain に変換する

Kotlin Springboot -- Part 6 Driver で Entity のデータクラスとインスタンスを作り Gateway で Domain に変換する

3
Comments
1 min read
Kotlin Springboot -- Part 7 Rest でドメインのデータクラスから JSON のためのデータクラスに変換して JSON に変換する

Kotlin Springboot -- Part 7 Rest でドメインのデータクラスから JSON のためのデータクラスに変換して JSON に変換する

4
Comments
1 min read
Kotlin Springboot -- Part 8 インスタンスの作成を Component 機能を使って Dependency Injection が自動で行われるようにする

Kotlin Springboot -- Part 8 インスタンスの作成を Component 機能を使って Dependency Injection が自動で行われるようにする

4
Comments
1 min read
Kotlin Springboot -- Part 9 Domain に中身の比較のドメインロジックを生やして活用する

Kotlin Springboot -- Part 9 Domain に中身の比較のドメインロジックを生やして活用する

3
Comments
1 min read
Kotlin Springboot -- Part 10 Port という interface を作って Usecase と Gateway をつなぐ

Kotlin Springboot -- Part 10 Port という interface を作って Usecase と Gateway をつなぐ

3
Comments
1 min read
Kotlin Springboot -- Part 11 E2E テスト用に Gauge プロジェクトを作成し、Kotlin でテストを書けるようにする

Kotlin Springboot -- Part 11 E2E テスト用に Gauge プロジェクトを作成し、Kotlin でテストを書けるようにする

Comments
3 min read
Kotlin Springboot -- Part 12 Gauge で kluent と ScenarioDataStore を使ってレスポンスをシナリオごとにテストする

Kotlin Springboot -- Part 12 Gauge で kluent と ScenarioDataStore を使ってレスポンスをシナリオごとにテストする

1
Comments
1 min read
Kotlin Springboot -- Part 13 Usecase 以降で REST で受けった POST の JSON を Entity まで運ぶ。(モジュール分割前)

Kotlin Springboot -- Part 13 Usecase 以降で REST で受けった POST の JSON を Entity まで運ぶ。(モジュール分割前)

Comments
2 min read
Kotlin Springboot -- Part 14 モジュールを 1 つから 6 つに分けて Rest から起動できるようにする

Kotlin Springboot -- Part 14 モジュールを 1 つから 6 つに分けて Rest から起動できるようにする

1
Comments
1 min read
Kotlin Springboot -- Part 15 Rest と Usecase で Domain を使えるようにする ( モジュール分割後 )

Kotlin Springboot -- Part 15 Rest と Usecase で Domain を使えるようにする ( モジュール分割後 )

4
Comments
2 min read
Kotlin Springboot -- Part 16 usecase の単体テスト (UT) を作る。port 以降は mockk を使う。

Kotlin Springboot -- Part 16 usecase の単体テスト (UT) を作る。port 以降は mockk を使う。

7
Comments
1 min read
Kotlin Springboot -- Part 17 usecase の UT で usecase のインスタンスを DI で作成する

Kotlin Springboot -- Part 17 usecase の UT で usecase のインスタンスを DI で作成する

4
Comments
1 min read
Kotlin Springboot -- Part 18 Gateway の UT と実装を作る

Kotlin Springboot -- Part 18 Gateway の UT と実装を作る

Comments
2 min read
Kotlin Springboot -- Part 19 Rest と Domain の UT を作る

Kotlin Springboot -- Part 19 Rest と Domain の UT を作る

5
Comments
1 min read
Kotlin Springboot -- Part 20 API E2E で作成したアプリにリクエストしたレスポンスの JSON を key 毎にテストする

Kotlin Springboot -- Part 20 API E2E で作成したアプリにリクエストしたレスポンスの JSON を key 毎にテストする

4
Comments
2 min read
Kotlin Springboot -- Part 21 任意の key value の json を POST する API E2E を書く

Kotlin Springboot -- Part 21 任意の key value の json を POST する API E2E を書く

2
Comments
1 min read
Kotlin Springboot -- Part 22 JPA で Postgres DB とつなぐ

Kotlin Springboot -- Part 22 JPA で Postgres DB とつなぐ

Comments
2 min read