タグ

関連タグで絞り込む (1)

タグの絞り込みを解除

springbootに関するyujioramaのブックマーク (4)

  • Testing improvements in Spring Boot 1.4

    One of the nice things about working for Pivotal is that they have a great agile development division called Pivotal Labs. The teams within Labs are big proponents of Lean and XP software methodologies such as pair programming and test-driven development. Their love of testing has had a particular impact on Spring Boot 1.4 as we've started to get great feedback on things that could be improved. Th

    Testing improvements in Spring Boot 1.4
  • Springframework.org

    One behalf of the Spring Boot team, and everyone that has contributed, I am pleased to announce that Spring Boot 1.3.0 has been released and is available now from repo.spring.io, Maven Central and Bintray. This release adds a significant number of new features and improvements and builds on the latest release of the Spring Framework. For full upgrade instructions and "new and noteworthy" features

    Springframework.org
    yujiorama
    yujiorama 2015/11/16
    起動スクリプトまで埋め込んだ実行可能jarファイル作れるやつだ
  • Spring-Bootの設定プロパティと環境変数 - Qiita

    Spring-Boot便利ですね。Springここまで進化しとったんかという感じです。 システムを作るとどうしても「設定」と「プログラム」を分離する必要が出てきます。 Javaには標準的にpropertiesファイルというやつがあるのですが、「どこからそのファイルを探すの?」というのは自前で作りこまなくてはなりません。 今日はSpring-Bootのそのへんの便利さについてです。(はっきり言って自分メモ) 読み込み優先順位の話 ここに、こんな記述があります。この中から自分が興味あるのだけピックアップします。 Command line arguments. JNDI attributes from java:comp/env. Java System properties (System.getProperties()). OS environment variables. A Random

    Spring-Bootの設定プロパティと環境変数 - Qiita
  • Under The Boot – Spring Boot - DZone

    Remember the times when we had to register dispatchers, viewResolvers, etc. to make our spring application web app? Then there was @EnableWebMvc annotation, and now even this is redundant. These days the only thing you need to do is to add org.springframework.boot:spring-boot-starter-web dependency to your project and everything else is done automagically. The same goes for a database connection.

    Under The Boot – Spring Boot - DZone
    yujiorama
    yujiorama 2015/11/11
    EnableWebMvc がやっていることを詳しく見てみましょう的な。前にこの辺の実装読んだら面白かった
  • 1