15 changed files with 261 additions and 3 deletions
@ -0,0 +1,6 @@ |
|||
module.exports = { |
|||
plugins: { |
|||
tailwindcss: {}, |
|||
autoprefixer: {}, |
|||
} |
|||
} |
After Width: | Height: | Size: 1022 B |
After Width: | Height: | Size: 2.1 KiB |
After Width: | Height: | Size: 3.7 KiB |
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -0,0 +1,167 @@ |
|||
[ |
|||
{ |
|||
"name": "route.engine.mv.result", |
|||
"path": "mv/result", |
|||
"parent": "/", |
|||
"priority": 0, |
|||
"module": "io.sc.engine.mv.frontend", |
|||
"component": "component.engine.mv.result", |
|||
"componentPath": "@/views/result/Result.vue", |
|||
"redirect": null, |
|||
"meta": { |
|||
"permissions": [ |
|||
"/system/developer/help/**/*" |
|||
] |
|||
} |
|||
}, |
|||
{ |
|||
"name": "route.engine.mv.sample", |
|||
"path": "mv/sample", |
|||
"parent": "/", |
|||
"priority": 0, |
|||
"module": "io.sc.engine.mv.frontend", |
|||
"component": "component.engine.mv.sample", |
|||
"componentPath": "@/views/sample/Sample.vue", |
|||
"redirect": null, |
|||
"meta": { |
|||
"permissions": [ |
|||
"/system/developer/help/**/*" |
|||
] |
|||
} |
|||
}, |
|||
{ |
|||
"name": "route.engine.mv.config.cutOffPoint", |
|||
"path": "mv/config/cutOffPoint", |
|||
"parent": "/", |
|||
"priority": 0, |
|||
"module": "io.sc.engine.mv.frontend", |
|||
"component": "component.engine.mv.config.cutOffPoint", |
|||
"componentPath": "@/views/config/cutOffPoint.vue", |
|||
"redirect": null, |
|||
"meta": { |
|||
"permissions": [ |
|||
"/system/developer/help/**/*" |
|||
] |
|||
} |
|||
}, |
|||
{ |
|||
"name": "route.engine.mv.config.threshold", |
|||
"path": "mv/config/threshold", |
|||
"parent": "/", |
|||
"priority": 0, |
|||
"module": "io.sc.engine.mv.frontend", |
|||
"component": "component.engine.mv.config.threshold", |
|||
"componentPath": "@/views/config/threshold.vue", |
|||
"redirect": null, |
|||
"meta": { |
|||
"permissions": [ |
|||
"/system/developer/help/**/*" |
|||
] |
|||
} |
|||
}, |
|||
{ |
|||
"name": "route.engine.mv.config.binomial", |
|||
"path": "mv/config/binomial", |
|||
"parent": "/", |
|||
"priority": 0, |
|||
"module": "io.sc.engine.mv.frontend", |
|||
"component": "component.engine.mv.config.binomial", |
|||
"componentPath": "@/views/config/binomial.vue", |
|||
"redirect": null, |
|||
"meta": { |
|||
"permissions": [ |
|||
"/system/developer/help/**/*" |
|||
] |
|||
} |
|||
}, |
|||
{ |
|||
"name": "route.engine.mv.config.chiSquare", |
|||
"path": "mv/config/chiSquare", |
|||
"parent": "/", |
|||
"priority": 0, |
|||
"module": "io.sc.engine.mv.frontend", |
|||
"component": "component.engine.mv.config.chiSquare", |
|||
"componentPath": "@/views/config/chiSquare.vue", |
|||
"redirect": null, |
|||
"meta": { |
|||
"permissions": [ |
|||
"/system/developer/help/**/*" |
|||
] |
|||
} |
|||
}, |
|||
{ |
|||
"name": "route.engine.mv.config.model", |
|||
"path": "mv/config/model", |
|||
"parent": "/", |
|||
"priority": 0, |
|||
"module": "io.sc.engine.mv.frontend", |
|||
"component": "component.engine.mv.config.model", |
|||
"componentPath": "@/views/config/model.vue", |
|||
"redirect": null, |
|||
"meta": { |
|||
"permissions": [ |
|||
"/system/developer/help/**/*" |
|||
] |
|||
} |
|||
}, |
|||
{ |
|||
"name": "route.engine.mv.config.distribution", |
|||
"path": "mv/config/distribution", |
|||
"parent": "/", |
|||
"priority": 0, |
|||
"module": "io.sc.engine.mv.frontend", |
|||
"component": "component.engine.mv.config.distribution", |
|||
"componentPath": "@/views/config/distribution.vue", |
|||
"redirect": null, |
|||
"meta": { |
|||
"permissions": [ |
|||
"/system/developer/help/**/*" |
|||
] |
|||
} |
|||
}, |
|||
{ |
|||
"name": "route.engine.mv.config.scale", |
|||
"path": "mv/config/scale", |
|||
"parent": "/", |
|||
"priority": 0, |
|||
"module": "io.sc.engine.mv.frontend", |
|||
"component": "component.engine.mv.config.scale", |
|||
"componentPath": "@/views/config/scale.vue", |
|||
"redirect": null, |
|||
"meta": { |
|||
"permissions": [ |
|||
"/system/developer/help/**/*" |
|||
] |
|||
} |
|||
}, |
|||
{ |
|||
"name": "route.engine.mv.config.dataExtractor", |
|||
"path": "mv/config/dataExtractor", |
|||
"parent": "/", |
|||
"priority": 0, |
|||
"module": "io.sc.engine.mv.frontend", |
|||
"component": "component.engine.mv.config.dataExtractor", |
|||
"componentPath": "@/views/config/dataExtractor.vue", |
|||
"redirect": null, |
|||
"meta": { |
|||
"permissions": [ |
|||
"/system/developer/help/**/*" |
|||
] |
|||
} |
|||
}, |
|||
{ |
|||
"name": "route.engine.mv.config.executor", |
|||
"path": "mv/config/executor", |
|||
"parent": "/", |
|||
"priority": 0, |
|||
"module": "io.sc.engine.mv.frontend", |
|||
"component": "component.engine.mv.config.executor", |
|||
"componentPath": "@/views/config/executor.vue", |
|||
"redirect": null, |
|||
"meta": { |
|||
"permissions": [ |
|||
"/system/developer/help/**/*" |
|||
] |
|||
} |
|||
} |
|||
] |
@ -0,0 +1,37 @@ |
|||
/* |
|||
* 系统参数插件配置 |
|||
* 功能说明: 该插件配置为框架提供系统参数配置 |
|||
* 使用说明: |
|||
* id: 参数唯一标识 |
|||
* parentId: 父唯一标识, 用于进行参数分类 |
|||
* code: 参数代码, 应用可通过该代码获取参数值 |
|||
* defaultValue: 默认值 |
|||
* order: 排序 |
|||
* options: 选项值 map, key 表示值, value 表示显示值 |
|||
*/ |
|||
|
|||
/* 示例 */ |
|||
/* |
|||
[ |
|||
{"id":"parameter.system","order":0}, |
|||
{ |
|||
"id" : "parameter.system.indexPageTemplate", |
|||
"parentId" : "parameter.system", |
|||
"code" : "parameter.system.indexPageTemplate", |
|||
"defaultValue" : "io.sc.platform.mvc.frontend.html", |
|||
"order" : 200 |
|||
}, |
|||
{"id":"parameter.system.ui","parentId":"parameter.system","order":1000}, |
|||
{ |
|||
"id" : "parameter.system.ui.theme", |
|||
"parentId" : "parameter.system.ui", |
|||
"code" : "parameter.system.ui.theme", |
|||
"defaultValue" : "light", |
|||
"order" : 800, |
|||
"options" :{ |
|||
"light" : "#{parameter.system.ui.theme.light}", |
|||
"dark" : "#{parameter.system.ui.theme.dark}" |
|||
} |
|||
} |
|||
] |
|||
*/ |
@ -0,0 +1,16 @@ |
|||
/* |
|||
* 自动 JPA 扫描插件配置 |
|||
* 功能: 该插件配置为框架提供自动扫描 JPA 组件的包名 |
|||
* 使用说明: |
|||
* includes: 包含自动扫描的包名成列表 |
|||
* excludes: 排除自动扫描的包名成列表 |
|||
* 注意: 当一个包名同时存在于 includes 和 excludes 中, excludes 优先, 即该包不会被自动扫描 |
|||
*/ |
|||
|
|||
{ |
|||
"includes":[ |
|||
"io.sc.engine.mv.jpa.entity", |
|||
"io.sc.engine.mv.jpa.repository" |
|||
], |
|||
"excludes":[] |
|||
} |
@ -0,0 +1,20 @@ |
|||
/* |
|||
* 自动重启属性插件配置 |
|||
* 功能: 当配置的属性发生变化时,系统会自动重启(如果应用运行在独立的 web 容器中时, 需手工重启) |
|||
* 使用说明: |
|||
* 匹配规则: startWith |
|||
* container: 在容器中运行时需要重启的属性列表 |
|||
* jar: 通过 jar 直接运行时需要重启的属性列表 |
|||
*/ |
|||
|
|||
/* 示例 */ |
|||
/* |
|||
{ |
|||
"container":[ |
|||
"spring.security." |
|||
], |
|||
"jar": [ |
|||
"spring.security." |
|||
] |
|||
} |
|||
*/ |
Loading…
Reference in new issue