请参考数据中心部署中需要的IP以及端口号,在部署dataplatform-sync也是需要的
dataplatform-sync 中部署比较简单同样新建yml文件,它只需要在resources 新建就可以了
yml内容如下
server:
port: 8080
spring:
datasource:
url: jdbc:postgresql://data-center:5432/datacenter
username: postgres
password: 123qwe!@#
activemq:
user: admin
password: admin
broker-url: tcp://activemq:61616
saga:
dataPlatform: http://data-platform:8888/data-platform-3
同步gradle数据,data-platform 、data-center、data-platform 是对应服务器hosts文件中配置的IP详细参考数据中心部署
点击上图的build 生成war包,直接部署到服务器即可