Helius
2021-06-13 41de3e80eb7198067b05ccfff681ca1c750a0072
modify
2 files modified
25 ■■■■■ changed files
src/main/resources/application-dev.yml 23 ●●●●● patch | view | raw | blame | history
src/main/resources/application.yml 2 ●●● patch | view | raw | blame | history
src/main/resources/application-dev.yml
@@ -15,20 +15,23 @@
      datasource:
        # 数据源-1,名称为 base
        base:
          username: ct_test
          password: 123456
#          username: ct_test
#          password: 123456
#          driver-class-name: com.mysql.cj.jdbc.Driver
#          url: jdbc:mysql://120.27.238.55:3306/kss_framework?useUnicode=true&characterEncoding=UTF-8&useJDBCCompliantTimezoneShift=true&useLegacyDatetimeCode=false&serverTimezone=GMT%2b8
          username: db_gbz
          password: db_gbz123!@#
          driver-class-name: com.mysql.cj.jdbc.Driver
          url: jdbc:mysql://120.27.238.55:3306/kss_framework?useUnicode=true&characterEncoding=UTF-8&useJDBCCompliantTimezoneShift=true&useLegacyDatetimeCode=false&serverTimezone=GMT%2b8
          url: jdbc:mysql://154.91.195.155:3306/db_gbz?useUnicode=true&characterEncoding=UTF-8&useJDBCCompliantTimezoneShift=true&useLegacyDatetimeCode=false&serverTimezone=GMT%2b8
  redis:
    # Redis数据库索引(默认为 0)
    database: 1
    # Redis服务器地址
    host: 47.114.114.219
    # Redis服务器连接端口
    database: 0
    ## Redis服务器地址
    host: 154.91.195.155
    ## Redis服务器连接端口
    port: 6379
    # Redis 密码
    password: biyi123
    ## Redis服务器连接密码(默认为空)
    password: ann123!@#
    lettuce:
      pool:
        # 连接池中的最小空闲连接
src/main/resources/application.yml
@@ -5,7 +5,7 @@
spring:
  profiles:
    active: prod
    active: dev
  thymeleaf:
    cache: false