下载

下载 Mortise 相关客户端和 SDK

macOS

v1.0.0

适用于 macOS 10.15 及以上版本

下载 macOS

Windows

v1.0.0

适用于 Windows 10 及以上版本(x64)

下载 Windows

Linux

v1.0.0

适用于 Ubuntu 20.04+ / CentOS 7+(x64)

下载 Linux

Docker

latest

使用 Docker 快速部署,推荐生产环境使用

下载 Docker

Maven

1.0.0

在 Maven 项目中引入 Mortise 核心依赖

下载 Maven

Docker 快速部署

docker pull mortise/mortise:latest
docker run -d \
  -p 9999:9999 \
  -e DB_URL=jdbc:postgresql://host/mortise \
  -e DB_USERNAME=mortise \
  -e DB_PASSWORD=your_password \
  --name mortise \
  mortise/mortise:latest