| | |
| | | private String screenShotNotifyUrl; |
| | | @Value("${nova-conf.status-notify-url}") |
| | | private String statusNotifyUrl; |
| | | @Value("${nova-conf.username}") |
| | | private String userName; |
| | | @Value("${nova-conf.password}") |
| | | private String passWord; |
| | | |
| | | |
| | | public static String NOTIFY_URL; |
| | | public static String SCREEN_SHOT_NOTIFY_URL; |
| | | public static String STATUS_NOTIFY_URL; |
| | | public static String STATUS_NOTIFY_URL1; |
| | | |
| | | public static final String username = "zhxm"; |
| | | public static final String password = "xm2512209."; |
| | | public static String username; |
| | | public static String password; |
| | | |
| | | public static final Gson GSON = new Gson(); |
| | | |
| | |
| | | SCREEN_SHOT_NOTIFY_URL = screenShotNotifyUrl; |
| | | |
| | | STATUS_NOTIFY_URL = statusNotifyUrl; |
| | | System.out.println(STATUS_NOTIFY_URL); |
| | | |
| | | username = userName; |
| | | |
| | | password = passWord; |
| | | |
| | | |
| | | } |