An open API service indexing awesome lists of open source software.

https://github.com/rawchen/meego-connector


https://github.com/rawchen/meego-connector

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          

## 多维表格连接器插件飞书项目
> 此项目使用 [Spring Boot](https://spring.io/projects/spring-boot/) / [React](https://react.dev/) 架构。以下是有关如何使用的快速指南。

## Docker启动条件
安装 `mvn` / jdk8

## 环境变量
```properties
MEEGO_CONNECTOR_URL = jdbc:mysql://xxx.ivolces.com:3306/meego_connector?serverTimezone=Asia/Shanghai&useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=convertToNull&useSSL=false&allowPublicKeyRetrieval=true

MEEGO_CONNECTOR_USERNAME = root

MEEGO_CONNECTOR_PASSWORD = root
```

### 前端根目录文件

front/.env.production

### 端口
```bash
6001
```

## 启动

```bash
chmod +x deploy.sh
./deploy.sh
```