Skip to content

Settings and activity

2 results found

  1. 81 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    Christian Blankenback supported this idea  · 
    An error occurred while saving the comment
    Christian Blankenback commented  · 

    Java Spring boot works with Maven. At least I got it to run you just need to install the extension pack Springboot tools(vmware.vscode-spring-boot) and Extension Pack for Java(vscjava.vscode-java-pack). Also update dev.nix file with: packages = [
    pkgs.openjdk17
    ];
    # Sets environment variables in the workspace
    env = {
    JAVA_HOME = "${pkgs.openjdk17}/lib/openjdk";
    };
    and rebuild the project.

    Also make sure pom.xml has <java.version>17</java.version>

    I do think it would be awesome to have a template though!

  2. 1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    0 comments  ·  General » Other  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    Christian Blankenback shared this idea  ·