Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lastsunday/job-hunting-server
协助找工作,共享职位数据
https://github.com/lastsunday/job-hunting-server
docker java jobsearch liquibase mysql rust
Last synced: about 11 hours ago
JSON representation
协助找工作,共享职位数据
- Host: GitHub
- URL: https://github.com/lastsunday/job-hunting-server
- Owner: lastsunday
- License: mit
- Created: 2024-08-04T06:38:38.000Z (5 months ago)
- Default Branch: dev
- Last Pushed: 2024-08-12T13:21:27.000Z (4 months ago)
- Last Synced: 2024-11-05T15:53:11.529Z (about 2 months ago)
- Topics: docker, java, jobsearch, liquibase, mysql, rust
- Language: Dockerfile
- Homepage:
- Size: 153 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
[![build](https://github.com/lastsunday/job-hunting-server/actions/workflows/build.yml/badge.svg)](https://github.com/lastsunday/job-hunting-server/actions/workflows/build.yml) [![release](https://github.com/lastsunday/job-hunting-server/actions/workflows/release.yaml/badge.svg)](https://github.com/lastsunday/job-hunting-server/actions/workflows/release.yaml)
# job-hunting-server 🛰️
> To Share Job Data
## How To Run
### 方式1 Docker
TODO
### 方式2 Bin
1. 新建数据库
2. 运行【job hunting数据库构建服务】
> job-hunting-server-database-jh-xxx-*.jar
``` shell
java -DDB_HOST=xxx -DDB_PORT=3306 -DDB_NAME=jh -DDB_USERNAME=xxx -DDB_PASSWORD=xxx -jar job-hunting-server-database-jh-xxx-*.jar
```
3. 【job hunting后端服务】
> job-hunting-server-service-jh.exe
TODO