#
tqs
2023-12-05 69b16c271110dfceb8b38e835dad0fdc0730a90b
src/main/resources/application.yml
@@ -1,20 +1,20 @@
server:
  port: 8080
  servlet:
    context-path: /@pom.build.finalName@
    context-path: /wms
spring:
  application:
    name: @pom.build.finalName@
    name: wms
  datasource:
    # mysql
#    driver-class-name: com.mysql.jdbc.Driver
#    url: jdbc:mysql://127.0.0.1:3306/cool?useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=Asia/Shanghai
#    username: root
#    password: xltys1995
    #    driver-class-name: com.mysql.jdbc.Driver
    #    url: jdbc:mysql://127.0.0.1:3306/cool?useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=Asia/Shanghai
    #    username: root
    #    password: xltys1995
    # sql-server
    driver-class-name: com.microsoft.sqlserver.jdbc.SQLServerDriver
    url: jdbc:sqlserver://192.168.110.56:1433;databasename=htasrs
    url: jdbc:sqlserver://192.168.1.56:1433;databasename=htasrs
    username: sa
    password: sa@123
  mvc:
@@ -23,7 +23,7 @@
    host: localhost
    port: 6379
    database: 0
#    password: xltys1995
  #    password: xltys1995
  servlet:
    multipart:
      maxFileSize: 10MB
@@ -31,10 +31,10 @@
mybatis-plus:
  mapper-locations: classpath:mapper/*.xml
#  global-config:
#    field-strategy: 0
#  configuration:
#    log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
  #  global-config:
  #    field-strategy: 0
  configuration:
    log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
logging:
  path: /stock/out/logs
@@ -50,4 +50,7 @@
    id: LTAI4GDzr6ioSHuRw2mk22ug
    secret: 84CHL7tF21LbU1qpaP0jn9mIAZP9bv
    bucket: tjdt
    endpoint: http://oss-cn-hangzhou.aliyuncs.com
    endpoint: http://oss-cn-hangzhou1.aliyuncs.com
asrs:
  baseUrl: http://192.168.1.56:8080/htwms