diff --git a/servers/boe-server-case/src/main/resources/application-dev.properties b/servers/boe-server-case/src/main/resources/application-dev.properties index 2f5a4bfe..4826ff29 100644 --- a/servers/boe-server-case/src/main/resources/application-dev.properties +++ b/servers/boe-server-case/src/main/resources/application-dev.properties @@ -13,6 +13,9 @@ logging.level.org.hibernate.type.descriptor.sql.BasicBinder=TRACE ## xboe config xboe.api.cross_filter=true +## 案例同步发事件的接口 +xboe.stat.base.url=http://127.0.0.1:9090 + ## 案例接口配置,init 是否需要初始化 xboe.case.sync.init=true diff --git a/servers/boe-server-case/src/main/resources/application-pre.properties b/servers/boe-server-case/src/main/resources/application-pre.properties index 76ba2307..a9e6c5e6 100644 --- a/servers/boe-server-case/src/main/resources/application-pre.properties +++ b/servers/boe-server-case/src/main/resources/application-pre.properties @@ -12,6 +12,9 @@ logging.level.org.hibernate.SQL=ERROR ## xboe config xboe.api.cross_filter=true +## 案例同步发事件的接口 +xboe.stat.base.url=https://u.boe.com/statApi + ## 案例接口配置 ## 案例接口配置,init 是否需要初始化 diff --git a/servers/boe-server-case/src/main/resources/application-pro.properties b/servers/boe-server-case/src/main/resources/application-pro.properties index a4b6c6cb..d8202916 100644 --- a/servers/boe-server-case/src/main/resources/application-pro.properties +++ b/servers/boe-server-case/src/main/resources/application-pro.properties @@ -14,6 +14,9 @@ logging.level.org.hibernate.SQL=ERROR ## xboe config xboe.api.cross_filter=true +## 案例同步发事件的接口 +xboe.stat.base.url=https://u.boe.com/statApi + ## 案例接口配置 ## 案例接口配置,init 是否需要初始化 diff --git a/servers/boe-server-case/src/main/resources/application-test.properties b/servers/boe-server-case/src/main/resources/application-test.properties index e8b04054..9ca55e7a 100644 --- a/servers/boe-server-case/src/main/resources/application-test.properties +++ b/servers/boe-server-case/src/main/resources/application-test.properties @@ -12,6 +12,9 @@ spring.datasource.password=ENC(MaC28GJw2JcbH8Lil0CrqSDTYxX49FJ0rxcmHH2pX0k=) ## xboe config xboe.api.cross_filter=true +## 案例同步发事件的接口 +xboe.stat.base.url=https://u-pre.boe.com/statApi + ## 案例接口配置 ## 案例接口配置,init 是否需要初始化