|  |  |  | 
|---|
|  |  |  | </dependencies> | 
|---|
|  |  |  |  | 
|---|
|  |  |  | <build> | 
|---|
|  |  |  | <finalName>lfdwms</finalName> | 
|---|
|  |  |  | <finalName>lktwms</finalName> | 
|---|
|  |  |  | <plugins> | 
|---|
|  |  |  | <plugin> | 
|---|
|  |  |  | <groupId>org.springframework.boot</groupId> | 
|---|
|  |  |  | 
|---|
|  |  |  | server: | 
|---|
|  |  |  | port: 8081 | 
|---|
|  |  |  | port: 8080 | 
|---|
|  |  |  | servlet: | 
|---|
|  |  |  | context-path: /@pom.build.finalName@ | 
|---|
|  |  |  |  | 
|---|
|  |  |  | 
|---|
|  |  |  | enabled: false | 
|---|
|  |  |  | datasource: | 
|---|
|  |  |  | driver-class-name: com.microsoft.sqlserver.jdbc.SQLServerDriver | 
|---|
|  |  |  | url: jdbc:sqlserver://localhost:1433;databasename=lfdasrs | 
|---|
|  |  |  | url: jdbc:sqlserver://192.168.4.15:1433;databasename=sxlktasrs | 
|---|
|  |  |  | username: sa | 
|---|
|  |  |  | password: sa@123 | 
|---|
|  |  |  | mvc: | 
|---|
|  |  |  | 
|---|
|  |  |  | groupCount: 4 | 
|---|
|  |  |  | #ERP接口 | 
|---|
|  |  |  | erp: | 
|---|
|  |  |  | enabled: true | 
|---|
|  |  |  | enabled: false | 
|---|
|  |  |  | enabledNew: false | 
|---|
|  |  |  | enabledErpDetTb: true | 
|---|
|  |  |  | enabledErpPrdt: true | 
|---|
|  |  |  | enabledErpDetTb: false | 
|---|
|  |  |  | enabledErpPrdt: false | 
|---|
|  |  |  | #  enabled: false | 
|---|
|  |  |  | #查看ERP中间表间隔 | 
|---|
|  |  |  | refreshtime: 0/5 * * * * ? | 
|---|
|  |  |  | 
|---|
|  |  |  | var baseUrl = "/lfdwms"; | 
|---|
|  |  |  | var baseUrl = "/lktwms"; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | // 详情窗口-高度 | 
|---|
|  |  |  | var detailHeight = '80%'; | 
|---|