Settings and activity

2 results found

  1. 117 votes
    How important is this to you?
    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
    How important is this to you?
    Christian Blankenback shared this idea  ·