IDEA远程调试

IDEA远程调试

打包:

生成rebel-remote.xml

安装 Jrebel

https://www.jrebel.com/products/jrebel/download

https://manuals.jrebel.com/jrebel/standalone/install.html

阅读更多

Maven记录

打包

mvn clean compile -DskipTests=true -T 2C

-DskipTests,不执行测试用例,但编译测试用例类生成相应的class文件至target/test-classes下。

-Dmaven.test.skip=true,不执行测试用例,也不编译测试用例类。

部署

阅读更多
Your browser is out-of-date!

Update your browser to view this website correctly.&npsb;Update my browser now

×