import com.cronj.dateutil.DateUtil;
public class Main {
public static void main(String[] args) {
String currentDate = DateUtil.getCurrentDate();
String currentTime = DateUtil.getCurrentTime();
System.out.println("Current Date: " + currentDate);
System.out.println("Current Time: " + currentTime);
}
}
# Network Configuration
network.server.host = localhost
network.server.port = 8080
network.server.timeout = 5000
# Proxy Configuration
network.proxy.enabled = true
network.proxy.server = proxy.example.com
network.proxy.port = 8888
network.proxy.username = username
network.proxy.password = password