build.gradle.ktsでdevelopmentOnlyが使えなかった・・・
経緯
リファレンス見ながらSpring Bootの勉強中
https://docs.spring.io/spring-boot/docs/2.2.2.RELEASE/reference/htmlsingle/#using-boot-devtools
devtoolsを入れるとクラス変更したときに勝手に再起動してくれるっぽい
そーいや入れてなかったな・・・
リファレンスだと
configurations {
developmentOnly
runtimeClasspath {
extendsFrom developmentOnly
}
}
dependencies {
developmentOnly("org.springframework.boot:spring-boot-devtools")
}
ほほーん
よっしゃいっちょ書いてみるかー
おや・・・?
build.gradleとbuild.gradle.ktsとで書き方が違うっぽい
元々Spring Initialzrでもkotlinだとエラーになってたっぽいね
issue挙げられてた
いえーい
Author And Source
この問題について(build.gradle.ktsでdevelopmentOnlyが使えなかった・・・), 我々は、より多くの情報をここで見つけました https://qiita.com/ShassBeleth/items/febbc5d5e613b287d804著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .