| | |
| | | log.info("集合中的每条数据"+diffValDto); |
| | | dvd.add(diffValDto); |
| | | } |
| | | Page<DiffValDto> diffValDtoPage = new Page<>(); |
| | | Page<DiffValDto> diffValDtoPage = new Page<>(curr, limit); |
| | | diffValDtoPage.setRecords(dvd); |
| | | |
| | | return R.ok(diffValDtoPage); |
| | |
| | | # password: xltys1995 |
| | | # sql-server |
| | | driver-class-name: com.microsoft.sqlserver.jdbc.SQLServerDriver |
| | | url: jdbc:sqlserver://127.0.0.1:1433;databasename=htasrs |
| | | url: jdbc:sqlserver://192.168.1.56:1433;databasename=htasrs |
| | | username: sa |
| | | password: qq0901593322 |
| | | password: sa@123 |
| | | mvc: |
| | | static-path-pattern: /** |
| | | redis: |
| | |
| | | mapper-locations: classpath:mapper/*.xml |
| | | # global-config: |
| | | # field-strategy: 0 |
| | | # configuration: |
| | | # log-impl: org.apache.ibatis.logging.stdout.StdOutImpl |
| | | configuration: |
| | | log-impl: org.apache.ibatis.logging.stdout.StdOutImpl |
| | | |
| | | logging: |
| | | path: /stock/out/logs |