Commit 752515e846a6e4ffc4131fd374c40e64f9428e29
1 parent
98135dc7
修改托盘号生成规则
Showing
1 changed file
with
16 additions
and
0 deletions
huaheng-wms-core/src/main/resources/rebel.xml
0 → 100644
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>huaheng-wms-core</id> | ||
10 | + | ||
11 | + <classpath> | ||
12 | + <dir name="/Users/yiwenpeng/Desktop/code/huaheng/西安比亚迪/wms4_biyadi/huaheng-wms-core/target/classes"> | ||
13 | + </dir> | ||
14 | + </classpath> | ||
15 | + | ||
16 | +</application> |