项目作者: aashish-chaubey

项目描述 :
Connecting ServiceNow to IBM DB2
高级语言: Java
项目地址: git://github.com/aashish-chaubey/servicenow-ibmdb2-demo.git
创建时间: 2020-03-10T12:52:42Z
项目社区:https://github.com/aashish-chaubey/servicenow-ibmdb2-demo

开源协议:

下载


ServiceNow with DB2

Using the custom ServiceNow application

How to run this app

  • Create a config.properties file in the resources folder

    /src/main/resources/config.properties

    db2_url=<Your IBM DB2 JDBC url>
    db2_password=<Your IBM DB2 password>
    servicenow_instance=<Your ServiceNow instance domain>
    servicenow_user=<Your ServiceNow instance username>
    servicenow_password=<Your ServiceNow instance password>
    servicenow_api=<Your ServiceNow instance database API>

  • Check if the ServiceNow instance is not sleeping, else wake it up from the dashboard

  • Run the App.java file


@author: Aashish Chaubey

@date: 02/03/2020