This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package executor.service.utl; | |
| import org.slf4j.Logger; | |
| import org.slf4j.LoggerFactory; | |
| public class ErrorHandler { | |
| private static final Logger LOGGER = LoggerFactory.getLogger(ErrorHandler.class); | |
| public static Logger getLogger() { | |
| return LOGGER; | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| https://1drv.ms/u/s!AiIr0bOIHtslySf2yWGCFj7jnoZK?e=5rfacy |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [ | |
| { | |
| "hostname": "localhost2", | |
| "port": 8080, | |
| "credential": [ | |
| { | |
| "username": "Username", | |
| "password": "password" | |
| }, | |
| { |
OlderNewer