Think Twice

Memorandum

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

Spring Cloud

Josh Longのセッションをなぞってみた。 www.youtube.com Config-Server プロパティをアプリケーションの外に設定する。 gitリポジトリー(GitHub,Gitbucket...)にyml、もしくは propertiesファイルで設定できる。 git リポジトリーの作成 Josh のリポジト…

Spring Boot

Josh のセッションをなぞる。 www.youtube.com http://start.spring.io/でWeb,JPA,Thymeleaf,H2,Actuator,Remote ShellにチェックをいれてDownload pom.xmlはこんな感じ。 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-data-rest</artifactId> </dependency> <dependency> <groupId>org.springframework.…</groupid></dependency>

書籍の電子化(断捨離)

最近、本をカバンに入れて持ち歩くのが辛くなってきたので、 Kindleを買ったついでに電子化してみた。気になったときにいつでも読めるようにするのが最終目標。 スキャン業者選び スキャン業者を検索していると、どこも早くて1ヶ月〜長いところだと3ヶ月納…

CentOS7 minimal で Kubernetes ~part 5~

GoogleCloudPlatformでGuestBookを動かしてみる (もうCentOSじゃありません。) gcp に container cluseter を作成 $ gcloud beta container clusters create guestbook --num-nodes 3 Creating cluster guestbook...done. Created [https://container.goog…