Ecosyste.ms: Awesome
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: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/rawchen/meego-connector
- Owner: rawchen
- Created: 2024-03-13T06:07:49.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-09-09T08:42:42.000Z (2 months ago)
- Last Synced: 2024-09-09T10:34:16.811Z (2 months ago)
- Language: Java
- Size: 77.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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=trueMEEGO_CONNECTOR_USERNAME = root
MEEGO_CONNECTOR_PASSWORD = root
```### 前端根目录文件
front/.env.production
### 端口
```bash
8088
```## 启动
```bash
chmod +x deploy.sh
./deploy.sh
```