|
|
@ -1,11 +1,5 @@
|
|
|
|
package xit.core.init.custom;
|
|
|
|
package xit.core.init.custom;
|
|
|
|
|
|
|
|
|
|
|
|
import lombok.extern.slf4j.Slf4j;
|
|
|
|
|
|
|
|
import org.springframework.context.ConfigurableApplicationContext;
|
|
|
|
|
|
|
|
import org.springframework.core.env.ConfigurableEnvironment;
|
|
|
|
|
|
|
|
import org.springframework.core.env.PropertiesPropertySource;
|
|
|
|
|
|
|
|
import xit.core.init.custom.bouncy.BouncyDecUtils;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
import java.net.InetAddress;
|
|
|
|
import java.net.InetAddress;
|
|
|
|
import java.net.NetworkInterface;
|
|
|
|
import java.net.NetworkInterface;
|
|
|
|
import java.net.SocketException;
|
|
|
|
import java.net.SocketException;
|
|
|
@ -15,11 +9,21 @@ import java.util.ArrayList;
|
|
|
|
import java.util.Enumeration;
|
|
|
|
import java.util.Enumeration;
|
|
|
|
import java.util.List;
|
|
|
|
import java.util.List;
|
|
|
|
import java.util.Properties;
|
|
|
|
import java.util.Properties;
|
|
|
|
import java.util.stream.Collectors;
|
|
|
|
import lombok.extern.slf4j.Slf4j;
|
|
|
|
|
|
|
|
import org.springframework.context.ConfigurableApplicationContext;
|
|
|
|
|
|
|
|
import org.springframework.core.env.ConfigurableEnvironment;
|
|
|
|
|
|
|
|
import org.springframework.core.env.PropertiesPropertySource;
|
|
|
|
|
|
|
|
import xit.core.init.custom.bouncy.BouncyDecUtils;
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* <pre>
|
|
|
|
* <pre>
|
|
|
|
* description :
|
|
|
|
* description : licence module
|
|
|
|
|
|
|
|
* app.licence.path, key, data1, data2, data3
|
|
|
|
|
|
|
|
* path - private key file path
|
|
|
|
|
|
|
|
* key - key
|
|
|
|
|
|
|
|
* data1 - license
|
|
|
|
|
|
|
|
* data2 - primary DB info
|
|
|
|
|
|
|
|
* data3 - secondary DB info
|
|
|
|
*
|
|
|
|
*
|
|
|
|
* packageName : kr.xit.core.spring.config.custom
|
|
|
|
* packageName : kr.xit.core.spring.config.custom
|
|
|
|
* fileName : AppInitHelper
|
|
|
|
* fileName : AppInitHelper
|
|
|
|