忍者的Gradle Superdev插件。
-
contextPath: Jetty上下文路径。
-
port: 码头端口。
-
scanDirs: 要观看的目录。
-
watchResources: 如果资源中的文件发生变化,则重新启动。
-
hotswapEnabled: 如果需要热类加载,设置为
true
。 -
debugPort: 要侦听的JVM调试端口。
-
suspend: 如果为
true
,则等待调试器附加。
示例配置:
-
contextPath:
/
-
port:
8080
-
scanDirs:
sourceSets.main.runtimeClasspath.getFiles()
-
watchResources:
true
-
hotswapEnable:
false
-
debugEnabled:
true
暂无评论