mirror of
https://github.com/moshowgame/SpringBootCodeGenerator.git
synced 2025-12-25 21:36:47 +08:00
新增对Jrebel配置文件的排除 - MOSHOW K ZHENG
This commit is contained in:
parent
0341e53276
commit
808da25d4b
3
.gitignore
vendored
3
.gitignore
vendored
@ -198,4 +198,7 @@ buildNumber.properties
|
|||||||
.mvn/timing.properties
|
.mvn/timing.properties
|
||||||
.mvn/wrapper/maven-wrapper.jar
|
.mvn/wrapper/maven-wrapper.jar
|
||||||
|
|
||||||
|
#rebel
|
||||||
|
rebel.xml
|
||||||
|
rebel-remote.xml
|
||||||
# End of https://www.gitignore.io/api/java,maven,eclipse,java-web,intellij+all
|
# End of https://www.gitignore.io/api/java,maven,eclipse,java-web,intellij+all
|
||||||
@ -1,14 +0,0 @@
|
|||||||
<?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_1.xsd">
|
|
||||||
|
|
||||||
<classpath>
|
|
||||||
<dir name="E:/workspace/idea with spring/SpringBootCodeGenerator/generator-web/target/classes">
|
|
||||||
</dir>
|
|
||||||
</classpath>
|
|
||||||
|
|
||||||
</application>
|
|
||||||
Loading…
x
Reference in New Issue
Block a user