vaadin / starters

Issue repository for all the starter projects in https://vaadin.com/start
3 stars 0 forks source link

Superfluous EntityScan #93

Closed simasch closed 1 year ago

simasch commented 1 year ago

I just created a new application and spotted this:

@EntityScan(basePackageClasses = {Application.class})

That's unnecessary and my confuse new developers. Please remove it.

Artur- commented 1 year ago

This has been fixed and deployed