Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

generator-jhipster-jooq

Package Overview
Dependencies
Maintainers
0
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

generator-jhipster-jooq

jOOQ blueprint for JHipster

  • 3.2.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
decreased by-100%
Maintainers
0
Weekly downloads
 
Created
Source

generator-jhipster-jooq

JHipster blueprint, jOOQ blueprint for JHipster

NPM version Generator Samples

Introduction

This is a JHipster blueprint, that is meant to be used in a JHipster application.

Prerequisites

As this is a JHipster blueprint, we expect you have JHipster basic knowledge:

  • JHipster

Installation

To install or update this blueprint:

npm install -g generator-jhipster-jooq

Usage

To use this blueprint, run the below command

jhipster-jooq

You can look for updated jooq blueprint specific options by running

jhipster-jooq app --help

And looking for (blueprint option: jooq) like

  --jooq-version <value>                Use jOOQ version (blueprint option: jooq)
  --jooq-gradle-plugin-version <value>  Gradle plugin version to use (blueprint option: jooq)
  --jooq-optional                       Make jOOQ repositories optional (blueprint option: jooq)

Pre-release

To use an unreleased version, install it using git.

npm install -g jhipster/generator-jhipster-jooq#main
jhipster --blueprints jooq --skip-jhipster-dependencies

Features

  • Dependencies are added automatically.

Dependencies are added to your favorite build tool (maven or gradle).

  • Repository interface.

A jOOQ repository interface is created for every (or opt-in/opt-out) entity.

  • Repository implementation.

A jOOQ repository implementation with DSLContext (jOOQ) is created for every (or opt-in/opt-out) entity.

Keywords

FAQs

Package last updated on 30 Oct 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc