Git Product home page Git Product logo

Comments (1)

tinesoft avatar tinesoft commented on June 16, 2024

Hi @AnilReddy231

Sorry for the delay in responding, and thanks for using the plugin.

Indeed, Nx, which is based on NodeJS, requires a package.json to install all the runtimes dependencies it needs.

If you don't want to have a package.json or a node_modules/ alongside with it, you can

1- init your workspace with this command:

npx nx init --useDotNxInstallation

It will create a Nx workspace that come with Nx Wrapper.
Just like Maven Wrapper (mvnw) or Gradle Wrapper (gradlew), that wrapper is responsible of managing Nx installation automatically, so you dont have to worry about it, and you will have a minimal presence of Nx required files in your workspace.

The only file that would be relevant in the workspace is the nx.json: Nx configuration file.

2- add the @nxrocks/nx-spring-boot to the workspace's nx.json:

Edit the "installation.plugins" section, and add "@nxrocks/nx-spring-boot": "<version>"

3- Then, you can simply run ./nx @nxrocks/nx-spring-boot:new <projectName> to add new Spring Boot projects within the workspace.

I have just created a new CLI package called create-nx-spring-boot that will automate all the steps above for you!

It will be released next week.

from nxrocks.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.