|
@@ -16,6 +16,8 @@ import java.util.Map;
|
|
|
class SystemInistService {
|
|
class SystemInistService {
|
|
|
private SystemInistService systemInistService;
|
|
private SystemInistService systemInistService;
|
|
|
@Autowired
|
|
@Autowired
|
|
|
|
|
+ private ConfigService configService;
|
|
|
|
|
+ @Autowired
|
|
|
private Environment environment;
|
|
private Environment environment;
|
|
|
|
|
|
|
|
@PostConstruct
|
|
@PostConstruct
|