| | |
| | | # 实例演示开关 |
| | | demoEnabled: true |
| | | # 文件路径 示例( Windows配置D:/jcdm/uploadPath,Linux配置 /home/jcdm/uploadPath) |
| | | profile: D:/ruoyi/uploadPath |
| | | profile: D:/uploadPath |
| | | # 获取ip地址开关 |
| | | addressEnabled: false |
| | | # 验证码类型 math 数字计算 char 字符验证 |
| | |
| | | primary: default |
| | | config: |
| | | default: |
| | | endpoint: opc.tcp://127.0.0.1:49320 |
| | | 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: |
| | | # configuration: |
| | | # map-underscore-to-camel-case: false |
| | | # log-impl: org.apache.ibatis.logging.slf4j.Slf4jImpl |
| | | |
| | | # 日志输出 |
| | | #logging: |
| | | # level: |
| | | # root: INFO |
| | | # com.baomidou.mybatisplus: DEBUG |
| | | # com.cx.sasmerp.mapper: DEBUG |
| | | # file: |
| | | # name: D:\sasmceprlog\sasmcerp.log |
| | | # logback: |
| | | # rollingpolicy: |
| | | # max-file-size: 100MB |
| | | # file-name-pattern: D:\sasmceprlog\sasmcerp.log.%d{yyyy-MM-dd}.%i.zip |
| | | # max-history: 3 |
| | | # total-size-cap: 500MB |