Skip to content

Files

Latest commit

liguangbin826@163.comliguangbin826@163.com
and
Nov 23, 2020
5389524 · Nov 23, 2020

History

History

samples-client

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jan 31, 2019
Jan 19, 2019
Feb 1, 2019
Nov 23, 2020

构建镜像

1、修改 src/main/resources/application.yaml 文件为:

server:
  port: 8081

spring:
  grpc:
    remote-servers:
    - server: user
      host: server
      port: 6565

2、Maven 打包

mvn clean package

3、构建 Docker 镜像

docker build -t client .