lyh
2025-07-11 3472b68d306930629b425a51d305441727890c4d
lxzn-module-system/lxzn-system-start/src/main/resources/application-dev.yml
@@ -1,5 +1,5 @@
server:
  port: 9999
  port: 8888
  tomcat:
    max-swallow-size: -1
  error:
@@ -22,8 +22,8 @@
spring:
  servlet:
    multipart:
      max-file-size: 10MB
      max-request-size: 10MB
      max-file-size: 2048MB
      max-request-size: 2048MB
  mail:
    host: smtp.163.com
    username: jeecgos@163.com
@@ -89,7 +89,7 @@
      - classpath:/templates
  # 设置静态文件路径,js,css等
  mvc:
    static-path-pattern: /**
    static-path-pattern: C:\Users\root\Desktop\**
    #Spring Boot 2.6+后映射匹配的默认策略已从AntPathMatcher更改为PathPatternParser,需要手动指定为ant-path-matcher
    pathmatch:
      matching-strategy: ant_path_matcher
@@ -132,11 +132,11 @@
        connectionProperties: druid.stat.mergeSql\=true;druid.stat.slowSqlMillis\=5000
      datasource:
        master:
#          url: jdbc:sqlserver://192.168.124.118:1433;databasename=LXZN_TEST_430
          url: jdbc:sqlserver://localhost:1433;databasename=LXZN_TEST_430
          url: jdbc:sqlserver://127.0.0.1:1433;databasename=LXZN_TEST_430_NEW
#          url: jdbc:sqlserver://localhost:1433;databasename=LXZN_TEST_430
#          url: jdbc:sqlserver://192.168.124.118:1433;databasename=EAM_430_TEST
          username: sa
          password: 123
          password:
          driverClassName: com.microsoft.sqlserver.jdbc.SQLServerDriver
        # 多数据源配置
        #multi-datasource1:
@@ -149,7 +149,7 @@
    database: 0
    host: 127.0.0.1
    port: 6379
    password: 123456
    password: "123456"
#mybatis plus 设置
mybatis-plus:
  mapper-locations: classpath*:org/jeecg/modules/**/xml/*Mapper.xml
@@ -304,4 +304,4 @@
  url: http://localhost:8081/services/EquipmentService?wsdl
  namespace: http://service.server.webservice.example.com
  statusMethod: equipmentStatus
  rateMethod: equipmentRate
  rateMethod: equipmentRate