Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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)

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)