考核系统(jeecgboot)
Posted 月屯
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了考核系统(jeecgboot)相关的知识,希望对你有一定的参考价值。
目录标题
- 知识
- 问题
- 后端
- [1.\\[Error: Invalid `value` of type `number` supplied to Option, expected `string` when `tags/combobox` i\\](https://blog.csdn.net/ljtjianting/article/details/119829522)](https://blog.csdn.net/qq_45498460/article/details/113915181)
- [Caused by: java.net.BindException: Address already in use: bind](https://blog.csdn.net/qq_36268452/article/details/128070235)
- 前端
知识
vue
下拉搜索框
<j-search-select-tag placeholder="请输入生产单号" v-model="queryParam.custproducesheetcode" :dictOptions="searchOptionsCustproducesheetcode"/>
searchOptionsCustproducesheetcode数组,每个成分是 text:“”,value:""形式
3.父子组件双向绑定
j-model不显示确定
:okButtonProps=" class:'jee-hidden': disableSubmit "
加水印
jeecgboot模糊查询
后端
后端调用存储过程
.xml文件
多数据源配置
jeecgboot加载上下文环境测试
@RunWith(SpringRunner.class)
@SpringBootTest(webEnvironment = SpringBootTest.WebEnvironment.RANDOM_PORT,classes = JeecgSystemApplication.class)
配置ssl
问题
后端
1.[Error: Invalid value
of type number
supplied to Option, expected string
when tags/combobox
i](https://blog.csdn.net/ljtjianting/article/details/119829522)
Caused by: java.net.BindException: Address already in use: bind
前端
1.vue控制台报错Duplicate keys detected: ‘xxxx‘. This may cause an update error.原因解析及解决办法
2.vue3运行
以上是关于考核系统(jeecgboot)的主要内容,如果未能解决你的问题,请参考以下文章