|
@ -18,12 +18,6 @@ public class TextSearchConfig {
|
|
|
private Map<String, String> master = new HashMap<>();
|
|
|
private Map<String, String> sub = new HashMap<>();
|
|
|
|
|
|
@PostConstruct
|
|
|
public void init(){
|
|
|
System.out.println(master.toString());
|
|
|
System.out.println(sub.toString());
|
|
|
}
|
|
|
|
|
|
public Map<String, String> getMaster() {
|
|
|
return master;
|
|
|
}
|