Commit a04ddc15b16b4653724ce746162c1d5cd180e099
1 parent
6dcd07fd
添加60x100mm打印配置
Signed-off-by: TanYibin <5491541@qq.com>
Showing
3 changed files
with
15 additions
and
3 deletions
huaheng-wms-core/src/main/resources/application-dev.yml
... | ... | @@ -138,7 +138,7 @@ spring: |
138 | 138 | master: |
139 | 139 | url: jdbc:log4jdbc:mysql://localhost:3306/wms4?characterEncoding=UTF-8&useUnicode=true&useSSL=false&tinyInt1isBit=false&allowPublicKeyRetrieval=true&serverTimezone=Asia/Shanghai&rewriteBatchedStatements=true |
140 | 140 | username: root |
141 | - password: HHsoft123. | |
141 | + password: 123456 | |
142 | 142 | driver-class-name: net.sf.log4jdbc.sql.jdbcapi.DriverSpy |
143 | 143 | # sqlserver 数据源配置 |
144 | 144 | # url: jdbc:sqlserver://172.16.29.88:1433;DatabaseName=wms4;encrypt=false;SelectMethod=cursor; |
... | ... | @@ -161,7 +161,7 @@ spring: |
161 | 161 | database: 0 |
162 | 162 | host: 127.0.0.1 |
163 | 163 | port: 6379 |
164 | - password: 123456 | |
164 | + password: | |
165 | 165 | timeout: 5000 #超时时间ms |
166 | 166 | lettuce: |
167 | 167 | pool: |
... | ... | @@ -251,6 +251,10 @@ jeecg: |
251 | 251 | size: |
252 | 252 | - 85 |
253 | 253 | - 60 |
254 | + - title: 条码单边打印机纸 | |
255 | + size: | |
256 | + - 60 | |
257 | + - 100 | |
254 | 258 | mode: dev |
255 | 259 | #数据字典是否进行saas数据隔离,自己看自己的字典 |
256 | 260 | saas: false |
... | ... | @@ -283,7 +287,7 @@ jeecg: |
283 | 287 | #分布式锁配置 |
284 | 288 | redisson: |
285 | 289 | address: 127.0.0.1:6379 |
286 | - password: 123456 | |
290 | + password: | |
287 | 291 | type: STANDALONE |
288 | 292 | enabled: true |
289 | 293 | #cas单点登录 |
... | ... |
huaheng-wms-core/src/main/resources/application-prod.yml