Skip to content

Instantly share code, notes, and snippets.

@obedmhg
Created March 9, 2020 23:24
Show Gist options
  • Save obedmhg/c226455c5f2d21c8c5692b9e3fd7f1b5 to your computer and use it in GitHub Desktop.
Save obedmhg/c226455c5f2d21c8c5692b9e3fd7f1b5 to your computer and use it in GitHub Desktop.
sanple rebel.xml
<?xml version="1.0" encoding="UTF-8"?>
<!--
This is the JRebel configuration file. It maps the running application to your IDE workspace, enabling JRebel reloading for this project.
Refer to https://manuals.zeroturnaround.com/jrebel/standalone/config.html for more information.
-->
<application generated-by="eclipse" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.zeroturnaround.com" xsi:schemaLocation="http://www.zeroturnaround.com http://update.zeroturnaround.com/jrebel/rebel-2_1.xsd">
<classpath>
<dir name="D:\\shared\\apps\\MyProject\\MyModule\\classes">
</dir>
</classpath>
</application>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment