2017-04-01から1ヶ月間の記事一覧

Intellij Ideaのgradleタスク実行でJavaHomeが違う。というエラー

トラブル事象 Intellij Idea(以降Idea)でgradelのRun設定を行い、タスクを実行しようとしたところ、以下のようなエラーとなった。 10:13:46: Executing external task 'gen'... The newly created daemon process has a different context than expected. It…

SpringFramework Autowiredを設定したプロパティがNullになる問題

はじめに Spring Framework ではAutowiredアノテーションを利用してクラスのインジェクションができるが、 ServiceクラスでAutowiredを設定したプロパティがNullになってしまう事象が発生した。 実現したかったこと PropertiesFactoryBeanを利用して、Proper…