2019-10-01から1ヶ月間の記事一覧
本家はこちらSpring webfluxでGetパラメータが長いときに、HTTPステータス413(Request Entity Too Large)が発生して少々ハマった。 application.yamlとかで解決はできない感じで下記ソースにて解決 なお、SpringBoot@2.0.7 @Component public class NettySer…
本家はこちらReflectionTestUtilsを使用する fieldの場合 ReflectionTestUtils.setField を使う public Sample SampleRepositoryImpl{ private String parameter; } @Runwith(SpringRunner.class) class SampleRepositoryImplTest(){ @InjectMocks private S…
本家はこちらReflectionTestUtilsを使用する fieldの場合 ReflectionTestUtils.setField を使う public Sample SampleRepositoryImpl{ private String parameter; } @Runwith(SpringRunner.class) class SampleRepositoryImplTest(){ @InjectMocks private S…