server: port: 9090 spring: application: # name: @pom.artifactId@ name: datasource: # sql-server driver-class-name: com.microsoft.sqlserver.jdbc.SQLServerDriver url: jdbc:sqlserver://127.0.0.1:1433;databasename=jsasrs username: sa password: sa@123 mvc: static-path-pattern: /** redis: host: localhost port: 6379 database: 0 # password: xltys1995 mybatis-plus: mapper-locations: classpath:mapper/*.xml global-config: field-strategy: 0 logging: path: /stock/out/logs super: pwd: xltys1995 swagger: enable: false # 下位机配置 wcs-slave: # 堆垛机 crn[0]: id: 1 ip: 192.168.1.1 port: 8888 # crn[1]: # id: 2 # ip: 192.168.1.1 # port: 8888 # 站点 devp[0]: id: 1 ip: 192.168.1.1 port: 8888 # 条码扫描仪 barcode[0]: id: 1 ip: 192.168.1.1 port: 8888 # LED led[0]: id: 1 ip: 192.168.1.1 port: 8888 # 磅称 scale[0]: id: 1 ip: 192.168.1.1 port: 8888