mirror of
https://github.com/ebean-orm/ebean.git
synced 2024-04-21 10:51:47 +00:00
Default classPath scan include all jars (hopefully better default
behaviour)
This commit is contained in:
@@ -15,7 +15,7 @@ public class ClassPathSearchFilter {
|
||||
|
||||
private boolean defaultPackageMatch = true;
|
||||
|
||||
private boolean defaultJarMatch = false;
|
||||
private boolean defaultJarMatch = true;
|
||||
|
||||
private String ebeanJarPrefix = "ebean";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user