Kaynağa Gözat

fix bug

release
xiaohanzi 3 yıl önce
ebeveyn
işleme
0d3e675603
2 değiştirilmiş dosya ile 5 ekleme ve 3 silme
  1. +2
    -2
      config-server/src/main/resources/yml-config/service-org-dev.yml
  2. +3
    -1
      service-org/src/main/resources/bootstrap.yml

+ 2
- 2
config-server/src/main/resources/yml-config/service-org-dev.yml Dosyayı Görüntüle

@@ -13,8 +13,8 @@ logging:

#DataSource配置,默认主数据源
spring:
# profiles:
# include: rabbitmq
profiles:
include: rabbitmq
datasource:
type: com.alibaba.druid.pool.DruidDataSource
driverClassName: com.mysql.jdbc.Driver


+ 3
- 1
service-org/src/main/resources/bootstrap.yml Dosyayı Görüntüle

@@ -3,7 +3,9 @@ spring:
name: service-org
cloud:
config:
uri: http://config:1001/
#docker config
#uri: http://config:1001/
uri: http://localhost:1001
profile: dev
name: service-org
server:

Yükleniyor…
İptal
Kaydet