# GradleWebBaseExample **Repository Path**: laotongxiao/GradleWebBaseExample ## Basic Information - **Project Name**: GradleWebBaseExample - **Description**: GradleWebBaseExample - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-09-06 - **Last Updated**: 2021-09-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### Git开发测试项目 ## 调试模式Idea配置 在运行菜单->编辑配置 加一个远程(remote) 名称:tomcat 端口:6005 * ### 运行模式 在代码中加上断点 直接运行命令:gradle appRun * ### 调试模式 在代码中加上断点 调试命令:gradle appRunDebug 点击运行旁的小虫图标进入调试 F8是从断点一行行往下运行