2015-05-01から1ヶ月間の記事一覧

Spring Boot @ComponentScanの使いどころ

@ServiceがInjectionできない Spring Bootで以下のプログラムがコンパイルできなかった。 Controllerクラス package com.sample.controller; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Contro…

Ubuntu Mate 14.04 インストール直後にした設定

システムアップデート 以下をたどって、ソフトウェアを最新にします。 システム > システム管理 > ソフトウェアの更新 日本語化 以下のコマンドを実行します。 $ sudo apt install fcitx-mozc $ im-config -n fcitx ※ 参考 日本語化 - Ubuntu となかまたち …