You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
thrownewIllegalStateException("No service implementation found for DataSourceFactory in the classpath, please add ebean-datasource to the classpath.");
13
+
returnServiceLoader.load(DataSourceFactory.class)
14
+
.findFirst()
15
+
.orElseThrow(() -> newIllegalStateException("No DataSourceFactory, add ebean-datasource to the classpath."));
0 commit comments