自动化立体仓库 - WMS系统
luxiaotao1123
2020-07-29 7b483fbf115c9ea0a433e7fafed95fdf4bf2415f
src/main/resources/application.yml
@@ -13,9 +13,9 @@
#    password: xltys1995
    # sql-server
    driver-class-name: com.microsoft.sqlserver.jdbc.SQLServerDriver
    url: jdbc:sqlserver://127.0.0.1:1433;databasename=dlasrs
    url: jdbc:sqlserver://127.0.0.1:1433;databasename=xtyasrs
    username: sa
    password: Qwe!@#123
    password: sa@123
  mvc:
    static-path-pattern: /**
  redis:
@@ -23,6 +23,10 @@
    port: 6379
    database: 0
#    password: xltys1995
  servlet:
    multipart:
      maxFileSize: 10MB
      maxRequestSize: 100MB
mybatis-plus:
  mapper-locations: classpath:mapper/*.xml