エントリーの編集
エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています
buildscript { repositories { jcenter() // maven { url "http://repo.spring.io/snapshot" } // maven... buildscript { repositories { jcenter() // maven { url "http://repo.spring.io/snapshot" } // maven { url "http://repo.spring.io/milestone" } } dependencies { // これを作成した時点の最新バージョンは1.2.5 classpath("org.springframework.boot:spring-boot-gradle-plugin:1.2.5.RELEASE") } } apply plugin: 'java' apply plugin: 'spring-boot' apply plugin: 'eclipse' // エンコーディング def defaultEncoding = 'UTF-8' [compileJava, compi