Skip to content
Navigation menu
Search
Powered by
Search
Algolia
Search
Log in
Create account
DEV Community
Close
Kotlin Springboot Series' Articles
Back to kaede's Series
Kotlin SpringBoot -- Part 00 アプリを作成して起動する
kaede
kaede
kaede
Follow
Aug 7 '22
Kotlin SpringBoot -- Part 00 アプリを作成して起動する
#
kotlin
#
springboot
3
reactions
Comments
Add Comment
2 min read
Kotlin Springboot -- Part 01 "/" へのアクセスで template に値を渡してブラウザで表示する Controller を作る
kaede
kaede
kaede
Follow
Aug 14 '22
Kotlin Springboot -- Part 01 "/" へのアクセスで template に値を渡してブラウザで表示する Controller を作る
#
kotlin
#
springboot
#
thymleaf
3
reactions
Comments
Add Comment
1 min read
Kotlin Springboot -- Part 2 Driver に data class を定義して instance を作り、Usecase でまとめて Main で呼び出す
kaede
kaede
kaede
Follow
Aug 28 '22
Kotlin Springboot -- Part 2 Driver に data class を定義して instance を作り、Usecase でまとめて Main で呼び出す
#
kotlin
#
springboot
#
cleanarchetecture
Comments
Add Comment
1 min read
Kotlin Springboot -- Part 3 Controller を Resource 層にして Usecase につなげる
kaede
kaede
kaede
Follow
Aug 28 '22
Kotlin Springboot -- Part 3 Controller を Resource 層にして Usecase につなげる
#
kotlin
#
springboot
#
ca
Comments
Add Comment
1 min read
Kotlin Springboot -- Part 4 Domain で Value Object を定義して Driver->Gateway->Usecase と連れ込んでいく
kaede
kaede
kaede
Follow
Aug 29 '22
Kotlin Springboot -- Part 4 Domain で Value Object を定義して Driver->Gateway->Usecase と連れ込んでいく
#
kotlin
1
reaction
Comments
Add Comment
1 min read
Kotlin Springboot -- Part 5 Rest で全てのインスタンスを作って Driver まで動くようにする
kaede
kaede
kaede
Follow
Sep 3 '22
Kotlin Springboot -- Part 5 Rest で全てのインスタンスを作って Driver まで動くようにする
#
kotlin
#
ca
4
reactions
Comments
Add Comment
1 min read
Kotlin Springboot -- Part 6 Driver で Entity のデータクラスとインスタンスを作り Gateway で Domain に変換する
kaede
kaede
kaede
Follow
Sep 3 '22
Kotlin Springboot -- Part 6 Driver で Entity のデータクラスとインスタンスを作り Gateway で Domain に変換する
#
kotlin
#
ca
3
reactions
Comments
Add Comment
1 min read
Kotlin Springboot -- Part 7 Rest でドメインのデータクラスから JSON のためのデータクラスに変換して JSON に変換する
kaede
kaede
kaede
Follow
Sep 8 '22
Kotlin Springboot -- Part 7 Rest でドメインのデータクラスから JSON のためのデータクラスに変換して JSON に変換する
#
kotlin
#
springboot
#
ca
4
reactions
Comments
Add Comment
1 min read
Kotlin Springboot -- Part 8 インスタンスの作成を Component 機能を使って Dependency Injection が自動で行われるようにする
kaede
kaede
kaede
Follow
Sep 10 '22
Kotlin Springboot -- Part 8 インスタンスの作成を Component 機能を使って Dependency Injection が自動で行われるようにする
#
kotlin
#
springboot
#
ca
4
reactions
Comments
Add Comment
1 min read
Kotlin Springboot -- Part 9 Domain に中身の比較のドメインロジックを生やして活用する
kaede
kaede
kaede
Follow
Sep 10 '22
Kotlin Springboot -- Part 9 Domain に中身の比較のドメインロジックを生やして活用する
#
kotlin
#
springboot
#
ca
3
reactions
Comments
Add Comment
1 min read
Kotlin Springboot -- Part 10 Port という interface を作って Usecase と Gateway をつなぐ
kaede
kaede
kaede
Follow
Sep 21 '22
Kotlin Springboot -- Part 10 Port という interface を作って Usecase と Gateway をつなぐ
#
kotlin
#
springboot
#
ca
3
reactions
Comments
Add Comment
1 min read
Kotlin Springboot -- Part 11 E2E テスト用に Gauge プロジェクトを作成し、Kotlin でテストを書けるようにする
kaede
kaede
kaede
Follow
Sep 26 '22
Kotlin Springboot -- Part 11 E2E テスト用に Gauge プロジェクトを作成し、Kotlin でテストを書けるようにする
#
springboot
#
ca
#
e2e
#
testing
Comments
Add Comment
3 min read
Kotlin Springboot -- Part 12 Gauge で kluent と ScenarioDataStore を使ってレスポンスをシナリオごとにテストする
kaede
kaede
kaede
Follow
Oct 9 '22
Kotlin Springboot -- Part 12 Gauge で kluent と ScenarioDataStore を使ってレスポンスをシナリオごとにテストする
#
kotlin
#
guage
#
kluent
#
datastore
1
reaction
Comments
Add Comment
1 min read
Kotlin Springboot -- Part 13 Usecase 以降で REST で受けった POST の JSON を Entity まで運ぶ。(モジュール分割前)
kaede
kaede
kaede
Follow
Oct 16 '22
Kotlin Springboot -- Part 13 Usecase 以降で REST で受けった POST の JSON を Entity まで運ぶ。(モジュール分割前)
#
ca
#
kotlin
#
springboot
Comments
Add Comment
2 min read
Kotlin Springboot -- Part 14 モジュールを 1 つから 6 つに分けて Rest から起動できるようにする
kaede
kaede
kaede
Follow
Oct 26 '22
Kotlin Springboot -- Part 14 モジュールを 1 つから 6 つに分けて Rest から起動できるようにする
#
ca
#
kotlin
#
springboot
1
reaction
Comments
Add Comment
1 min read
Kotlin Springboot -- Part 15 Rest と Usecase で Domain を使えるようにする ( モジュール分割後 )
kaede
kaede
kaede
Follow
Nov 16 '22
Kotlin Springboot -- Part 15 Rest と Usecase で Domain を使えるようにする ( モジュール分割後 )
#
kotlin
#
spring
#
ca
4
reactions
Comments
Add Comment
2 min read
Kotlin Springboot -- Part 16 usecase の単体テスト (UT) を作る。port 以降は mockk を使う。
kaede
kaede
kaede
Follow
Nov 20 '22
Kotlin Springboot -- Part 16 usecase の単体テスト (UT) を作る。port 以降は mockk を使う。
#
kotlin
#
ca
7
reactions
Comments
Add Comment
1 min read
Kotlin Springboot -- Part 17 usecase の UT で usecase のインスタンスを DI で作成する
kaede
kaede
kaede
Follow
Nov 21 '22
Kotlin Springboot -- Part 17 usecase の UT で usecase のインスタンスを DI で作成する
#
kotlin
#
mockk
#
spring
4
reactions
Comments
Add Comment
1 min read
Kotlin Springboot -- Part 18 Gateway の UT と実装を作る
kaede
kaede
kaede
Follow
Nov 27 '22
Kotlin Springboot -- Part 18 Gateway の UT と実装を作る
Comments
Add Comment
2 min read
Kotlin Springboot -- Part 19 Rest と Domain の UT を作る
kaede
kaede
kaede
Follow
Dec 4 '22
Kotlin Springboot -- Part 19 Rest と Domain の UT を作る
#
kotlin
#
ca
5
reactions
Comments
Add Comment
1 min read
Kotlin Springboot -- Part 20 API E2E で作成したアプリにリクエストしたレスポンスの JSON を key 毎にテストする
kaede
kaede
kaede
Follow
Dec 10 '22
Kotlin Springboot -- Part 20 API E2E で作成したアプリにリクエストしたレスポンスの JSON を key 毎にテストする
#
kotlin
#
ca
#
gauge
4
reactions
Comments
Add Comment
2 min read
Kotlin Springboot -- Part 21 任意の key value の json を POST する API E2E を書く
kaede
kaede
kaede
Follow
Dec 11 '22
Kotlin Springboot -- Part 21 任意の key value の json を POST する API E2E を書く
#
kotlin
#
ca
#
kluent
#
jackson
2
reactions
Comments
Add Comment
1 min read
Kotlin Springboot -- Part 22 JPA で Postgres DB とつなぐ
kaede
kaede
kaede
Follow
Dec 22 '22
Kotlin Springboot -- Part 22 JPA で Postgres DB とつなぐ
#
kotlin
#
ca
Comments
Add Comment
2 min read
We're a place where coders share, stay up-to-date and grow their careers.
Log in
Create account