111
zc
2025-11-17 538cd905b0819a22651fff47150bb7dfeae45d4a
zy-acs-manager/src/main/resources/application.yml
@@ -1,15 +1,18 @@
server:
  port: 8088
spring:
  application:
    name: @pom.artifactId@
  profiles:
    active: dev
  mvc:
    static-path-pattern: /**
  datasource:
    driver-class-name: com.mysql.jdbc.Driver
    url: jdbc:mysql://127.0.0.1:3306/zy_rcs_jbly?useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=Asia/Shanghai
    url: jdbc:mysql://127.0.0.1:3306/ybly?useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=Asia/Shanghai
    username: root
    password: xltys1995
    password: 34821015
    type: com.alibaba.druid.pool.DruidDataSource
    druid:
      initial-size: 5
@@ -48,7 +51,7 @@
  max: 30
  min: 10
  timeout: 5000
  index: 9
  index: 3
floyd:
  enable: false
@@ -61,10 +64,10 @@
mybatis-plus:
  mapper-locations: classpath:mapper/*/*.xml
#  global-config:
#    field-strategy: 0
  #  global-config:
  #    field-strategy: 0
  configuration:
#    log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
    #    log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
    map-underscore-to-camel-case: true
    cache-enabled: true
  global-config: