自动化立体仓库 - WMS系统
zwl
2025-09-08 cd1fdec5fc60198780ed239779052bf6954427ea
src/main/resources/application.yml
@@ -26,6 +26,16 @@
      maxFileSize: 100MB
      maxRequestSize: 100MB
other:
  datasource:
    #    jdbc-url: jdbc:mysql://127.0.0.1:3306/wmsdata
    #    username: root
    #    password: root
    driver-class-name: com.microsoft.sqlserver.jdbc.SQLServerDriver
    url: jdbc:sqlserver://127.0.0.1:1433;databasename=ycawdasrs
    username: liku
    password: 123456
mybatis-plus:
  mapper-locations: classpath:mapper/*.xml 
#  global-config: