ソースを参照

修改Mongo配置文件

Airhead 8 年 前
コミット
ae882d1d7c

+ 3 - 3
hos-arbiter/src/main/resources/application.yml

@ -16,7 +16,7 @@ spring:
      username: esb
      password: esb
      authenticationDatabase: admin
      database: configuration
      database: runtime
  activemq:
    broker-url: tcp://172.19.103.57:61616
    user: admin
@ -64,7 +64,7 @@ spring:
      username: esb
      password: esb
      authenticationDatabase: admin
      database: configuration
      database: runtime
  activemq:
    broker-url: tcp://172.19.103.86:61616
    user: admin
@ -84,7 +84,7 @@ spring:
      username: esb
      password: esb
      authenticationDatabase: admin
      database: configuration
      database: runtime
  activemq:
    broker-url: tcp://172.19.103.58:61616
    user: admin

+ 1 - 1
hos-broker/src/main/java/com/yihu/hos/broker/models/BusinessLog.java

@ -9,7 +9,7 @@ import java.util.Date;
/**
 * @created Airhead 2016/8/8.
 */
@Document(collection = "businessLog")
@Document(collection = "business")
public class BusinessLog {
    @Id
    private String id;

+ 3 - 3
hos-broker/src/main/resources/application.yml

@ -42,7 +42,7 @@ spring:
      password: esb
      authenticationDatabase: admin
      database: log
      gridFsDatabase: upload
      gridFsDatabase: dfs
  gateway:
    ip: localhost
    port: 8066
@ -85,7 +85,7 @@ spring:
      password: esb
      authenticationDatabase: admin
      database: log
      gridFsDatabase: upload
      gridFsDatabase: dfs
  gateway:
    ip: localhost
    port: 8066
@ -126,7 +126,7 @@ spring:
      password: esb
      authenticationDatabase: admin
      database: log
      gridFsDatabase: upload
      gridFsDatabase: dfs
  gateway:
    ip: localhost
    port: 8066

+ 3 - 3
src/main/resources/application.yml

@ -48,7 +48,7 @@ spring:
      username: esb
      password: esb
      authenticationDatabase: admin
      gridFsDatabase: upload
      gridFsDatabase: dfs
  activemq:
    broker-url: tcp://172.19.103.57:61616?wireFormat.maxInactivityDuration=0
    user: admin
@ -68,7 +68,7 @@ spring:
      username: esb
      password: esb
      authenticationDatabase: admin
      gridFsDatabase: upload
      gridFsDatabase: dfs
  activemq:
    broker-url: tcp://172.19.103.86:61616?wireFormat.maxInactivityDuration=0
    user: admin
@ -115,7 +115,7 @@ spring:
      username: esb
      password: esb
      authenticationDatabase: admin
      gridFsDatabase: upload
      gridFsDatabase: dfs
  activemq:
    broker-url: tcp://172.19.103.86:61616?wireFormat.maxInactivityDuration=0
    user: admin