spring boot で静的リソースの書き換えを即時反映させたいよってとき
bootRun {
sourceResources sourceSets.main
}
この設定をすると、静的リソースが source directory から読まれるようになり開発が快適になる、とのこと。
Published: 2018-11-29(Thu) 15:36
bootRun {
sourceResources sourceSets.main
}
この設定をすると、静的リソースが source directory から読まれるようになり開発が快適になる、とのこと。
Published: 2018-11-29(Thu) 15:36