mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 11:05:18 +08:00
17 lines
682 B
XML
17 lines
682 B
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.jrebel.com/jrebel/standalone/config.html for more information.
|
|
-->
|
|
<application generated-by="intellij" 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_3.xsd">
|
|
|
|
<id>jsowell-settlement</id>
|
|
|
|
<classpath>
|
|
<dir name="D:/ideaProjects/jsowell-charger-web/jsowell-settlement/target/classes">
|
|
</dir>
|
|
</classpath>
|
|
|
|
</application>
|