Skip to content

Commit

Permalink
Add labbook module to jars to scan (#931)
Browse files Browse the repository at this point in the history
  • Loading branch information
labkey-alan authored Nov 19, 2024
1 parent ef0535c commit 10e46c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/embedded/src/org/labkey/embedded/LabKeyServer.java
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ public static void main(String[] args)
if (System.getProperty(JARS_TO_SKIP) == null && System.getProperty(JARS_TO_SCAN) == null)
{
System.setProperty(JARS_TO_SKIP, "*");
System.setProperty(JARS_TO_SCAN, "rstudio-??.?*.jar,cas-??.?*.jar,core-??.?*.jar,connectors-??.?*.jar,devtools-??.?*.jar");
System.setProperty(JARS_TO_SCAN, "rstudio-??.?*.jar,cas-??.?*.jar,core-??.?*.jar,connectors-??.?*.jar,devtools-??.?*.jar,labbook-??.?*.jar");
}

SpringApplication application = new SpringApplication(LabKeyServer.class);
Expand Down

0 comments on commit 10e46c4

Please sign in to comment.