Think Twice

Memorandum

2015-09-23から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>