Skip to content

fizzgate/fizz-node-extends

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

# maven编译打包

```
mvn clean package -Dmaven.test.skip=true
```

# docker编译打包

在maven打包之后执行

```
docker build -t fizzgate/fizz-gateway-community:${version} .
```

${version} 替换为打包版本号,需要与服务端版本一致

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published