
# Introduction

This is a [JHipster](http://jhipster.github.io/) module, that is meant to be used in a JHipster application.
**It can generate entity save not blob but url to sql database** 
so you should add a static server and a fileupload controller or you also can upload to oss then save the return value url to database

# Prerequisites

As this is a [JHipster](http://jhipster.github.io/) module, we expect you have JHipster and its related tools already installed:

- [Installing JHipster](https://jhipster.github.io/installation.html)

# Installation

## With Yarn

To install this module:

```bash
yarn global add generator-jhipster-entity-wfile
```

To update this module:

```bash
yarn global upgrade generator-jhipster-entity-wfile
```

## With NPM

To install this module:

```bash
npm install -g generator-jhipster-entity-wfile
```

To update this module:

```bash
npm update -g generator-jhipster-entity-wfile
```

# Usage

# License

MIT © [link uncle]()

