| | |
| | | # 实例演示开关 |
| | | demoEnabled: true |
| | | # 文件路径 示例( Windows配置D:/jcdm/uploadPath,Linux配置 /home/jcdm/uploadPath) |
| | | profile: D:/ruoyi/uploadPath |
| | | profile: D:/uploadPath |
| | | # 获取ip地址开关 |
| | | addressEnabled: false |
| | | # 验证码类型 math 数字计算 char 字符验证 |
| | |
| | | default: |
| | | endpoint: opc.tcp://10.10.12.84:49320 |
| | | security-policy: none |
| | | websocketUrl: 'ws://10.10.12.100:8081/websocket/111122' |
| | | #websocketUrl: 'ws://127.0.0.1:8086/websocket/111122' |
| | | websocketUrl: 'ws://10.10.12.100:8081/websocket/' |
| | | #websocketUrl: 'ws://127.0.0.1:8081/websocket/' |
| | | #websocketUrl: 'ws://10.10.8.253:8081/websocket/' |
| | | |
| | | # mybatis-plus |
| | | #mybatis-plus: |