标签: java spring gradle
我想在“ java”和“ resources”中使用相同的路径
有什么办法吗?
sourceSets { main { java { srcDir "src" } resources { srcDir "src" } } }