Skip to content

yeoman-projects/jhipster-file2url

 
 

Repository files navigation

Introduction

This is a JHipster 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 module, we expect you have JHipster and its related tools already installed:

Installation

With Yarn

To install this module:

yarn global add generator-jhipster-entity-wfile

To update this module:

yarn global upgrade generator-jhipster-entity-wfile

With NPM

To install this module:

npm install -g generator-jhipster-entity-wfile

To update this module:

npm update -g generator-jhipster-entity-wfile

Usage

License

MIT © link uncle

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Java 34.5%
  • JavaScript 27.0%
  • TypeScript 20.6%
  • HTML 12.7%
  • EJS 1.7%
  • SCSS 1.5%
  • Other 2.0%