SpringBoot
IntelliJを使用します。1. プラグインをインストール設定 -> プラグイン -> lombok -> installこれでsetterがインテリセンスで有効になります。2. Eneble Annotation Processingを有効化Build, Execution, Deployment -> Compiler -> Annotation ProcessersE…
intelliJを使います。1. 文字化け対策 ???となってしまい読み込めないので設定を変更する。以下の設定にチェックを入れる 設定 > エディター > ファイルエンコーディング > ネイティブコードからASCIIコードへの自動変換を行う2. 多言語化ファイルが読み込め…
package com.example.serversidebbssample import org.assertj.core.api.Assertions.assertThat import org.junit.jupiter.api.BeforeEach import org.junit.jupiter.api.Test import org.junit.jupiter.api.extension.ExtendWith import org.springframewor…