Delete rebel.xml
Showing
1 changed file
with
0 additions
and
16 deletions
1 | <?xml version="1.0" encoding="UTF-8"?> | ||
2 | |||
3 | <!-- | ||
4 | This is the JRebel configuration file. It maps the running application to your IDE workspace, enabling JRebel reloading for this project. | ||
5 | Refer to https://manuals.jrebel.com/jrebel/standalone/config.html for more information. | ||
6 | --> | ||
7 | <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"> | ||
8 | |||
9 | <id>member-service-impl</id> | ||
10 | |||
11 | <classpath> | ||
12 | <dir name="C:/Users/lenovo/Documents/workspace/member-service/member-service-impl/target/classes"> | ||
13 | </dir> | ||
14 | </classpath> | ||
15 | |||
16 | </application> |
-
Please register or sign in to post a comment