Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aborn/mindpress-serv
mindpress serv (Java Lang)
https://github.com/aborn/mindpress-serv
Last synced: 30 days ago
JSON representation
mindpress serv (Java Lang)
- Host: GitHub
- URL: https://github.com/aborn/mindpress-serv
- Owner: aborn
- Created: 2022-05-27T22:44:03.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-07-25T10:02:51.000Z (over 2 years ago)
- Last Synced: 2023-06-17T08:40:18.285Z (over 1 year ago)
- Language: Java
- Homepage:
- Size: 87.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mindpress-serv
[mindpress](https://github.com/aborn/mindpress) servce java language implementation.## How to deploy
1. config your db
chang your db info /src/main/resources/*.yml
2. create tables
using following ddl to create tables
3. start it.
boot your app.## Create MYSQL tables (DDL)
Ref [docs/mindpress.sql](https://github.com/aborn/mindpress-serv/blob/main/docs/mindpress.sql)