#
vincentlu
2025-01-13 89c7f6e5bcc21b0e8f83a2bc6d680e2ffe431e6f
zy-acs-manager/src/main/resources/application.yml
@@ -1,6 +1,5 @@
server:
  port: 8088
# 192.168.137.66
spring:
  application:
    name: @pom.artifactId@
@@ -9,6 +8,8 @@
  datasource:
    driver-class-name: com.mysql.jdbc.Driver
    url: jdbc:mysql://127.0.0.1:3306/zy_rcs1?useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=Asia/Shanghai
#    url: jdbc:mysql://127.0.0.1:33066/zy_rcs1?useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=Asia/Shanghai
#    url: jdbc:mysql://mysql:3306/zy_rcs1?useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=Asia/Shanghai
    username: root
    password: xltys1995
    type: com.alibaba.druid.pool.DruidDataSource
@@ -34,6 +35,7 @@
        reset-enable: true
        login-username: admin
        login-password: admin
        enabled: true
  servlet:
    multipart:
      maxFileSize: 100MB
@@ -52,6 +54,20 @@
          socketFactory:
            class: javax.net.ssl.SSLSocketFactory
            port: 465
redis:
  host: 127.0.0.1
  #  host: redis
  password: xltys1995
  port: 6379
#  port: 63799
  max: 30
  min: 10
  timeout: 5000
  index: 3
floyd:
  enable: false
eureka:
  client:
@@ -76,19 +92,8 @@
logging:
  file:
    path: /stock/out/rcs-manager/logs
    path: stock/out/rcs-manager/logs
#redis的相关配置
redis:
  host: 127.0.0.1
  password: xltys1995
  port: 6379
  max: 30
  min: 10
  timeout: 5000
  index: 3
# 框架配置
config:
  open-office-home: C
  swagger-base-package: com.zy.acs