Skip to content

Commit

Permalink
one little fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ZeLebo committed Mar 22, 2023
1 parent 02adca9 commit aac8788
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/main/java/team/config/JavaConfiguration.java
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
package team.config;

import team.annotations.PostConstruct;
import team.service.ServiceB;
import team.service.impl.ServiceBAnotherImpl;
import team.Application;

import java.util.Map;

public class JavaConfiguration implements Configuration {
@Override
public String GetPackageToScan() {
return "team.service.impl";
// get the root of the project
return Application.class.getPackageName();
}

@Override
Expand Down

0 comments on commit aac8788

Please sign in to comment.