Helius
2021-06-21 4d49d649bcd967c6eddc5924cdc5a53bb0493349
modify
1 files deleted
3 files added
78 ■■■■■ changed files
gc-shop/src/main/resources/application-prod.yml 25 ●●●●● patch | view | raw | blame | history
gc-shop/src/main/resources/application-xctest.yml 35 ●●●●● patch | view | raw | blame | history
gc-shop/src/main/resources/application.properties 1 ●●●● patch | view | raw | blame | history
gc-shop/src/main/resources/application.yml 17 ●●●●● patch | view | raw | blame | history
gc-shop/src/main/resources/application-prod.yml
New file
@@ -0,0 +1,25 @@
spring:
  rabbitmq:
    host: 116.255.226.71
    port: 5672
    username: admin
    password: admin!@#00
    virtual-host: /
  datasource:
    url: jdbc:mysql://127.0.0.1:3306/xzxhb?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=false&useAffectedRows=true
    username: root
    password: "admin!@#00"
  redis:
    database: 0
    host: 127.0.0.1
    password: admin!@#00
    port: 6379
#    cluster:
#      nodes: 127.0.0.1:6379
    lettuce:
      pool:
        max-active: 200
        max-idle: 10
        max-wait: -1ms
        min-idle: 5
    timeout: 5000ms
gc-shop/src/main/resources/application-xctest.yml
New file
@@ -0,0 +1,35 @@
spring:
  rabbitmq:
    host: 120.27.238.55
    port: 5672
    username: ct_rabbit
    password: 123456
    virtual-host: /
  datasource:
    url: jdbc:mysql://120.27.238.55:3306/db_xzx?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=false&useAffectedRows=true
    username: ct_test
    password: 123456
  redis:
    database: 5
    host: 121.37.162.173
    password: d32ncxe@i3#!dV
    port: 6379
#    cluster:
#      nodes: 127.0.0.1:6379
    lettuce:
      pool:
        max-active: 200
        max-idle: 10
        max-wait: -1ms
        min-idle: 5
    timeout: 5000ms
#机器ID编号用于生成分布式ID
workerId: 0
#极光推送
jg:
  appkey: 2a733c0c2aad9be329d5be04
  secret: ec70e5f8db9324b27cb8f0df
gc-shop/src/main/resources/application.properties
File was deleted
gc-shop/src/main/resources/application.yml
New file
@@ -0,0 +1,17 @@
spring:
  profiles:
    active: @package.environment@
  application:
    name: gc-shop
server:
  port: 9089
info:
  app:
    name: 积分商城服务
workerId: 0