修改
This commit is contained in:
12
modules/erp/src/main/resources/application-assistant.yml
Normal file
12
modules/erp/src/main/resources/application-assistant.yml
Normal file
@@ -0,0 +1,12 @@
|
||||
|
||||
## 重要提示(Tip):
|
||||
|
||||
## 请勿在该配置文件中添加其它任何配置(添加也不会生效)。
|
||||
## 该文件,仅仅是为了让 jeesite-erp.yml 文件,
|
||||
## 在 IDEA 中有一个自动完成及帮助提示,并无其它用意。
|
||||
## 参数配置请在 jeesite-bpm.yml 文件中添加。
|
||||
|
||||
spring:
|
||||
config:
|
||||
import:
|
||||
- classpath:config/jeesite-erp.yml
|
||||
4
modules/erp/src/main/resources/config/jeesite-erp.yml
Normal file
4
modules/erp/src/main/resources/config/jeesite-erp.yml
Normal file
@@ -0,0 +1,4 @@
|
||||
# 温馨提示:不建议直接修改此文件,为了平台升级方便,建议将需要修改的参数值,复制到application.yml里进行覆盖该参数值。
|
||||
|
||||
#erp:
|
||||
# enabled: true
|
||||
1
modules/erp/src/main/resources/db/upgrade/erp/versions
Normal file
1
modules/erp/src/main/resources/db/upgrade/erp/versions
Normal file
@@ -0,0 +1 @@
|
||||
5.14.0
|
||||
Reference in New Issue
Block a user