如何使用 gradle 为 as400 db2 创建 spring boot web 服务?
how to make a springboot webservice for as400 db2 with gradle?
我正在尝试使用 gradle 为 as400 db2 创建一个 springboot web 服务。
我有一个带有 grdle 的 sql 网络服务。我应该做哪些更改才能将其连接到 DB2400?
在此处获取 JDBC 驱动程序:
https://www-03.ibm.com/systems/power/software/i/toolbox/downloads.html
Gradle 对驱动程序的依赖:
// https://mvnrepository.com/artifact/net.sf.jt400/jt400
compile group: 'net.sf.jt400', name: 'jt400', version: '9.4'
包含驱动程序 class 名称等的常见问题解答可在此处找到:
https://www-03.ibm.com/systems/power/software/i/toolbox/faq/jdbc.html
我正在尝试使用 gradle 为 as400 db2 创建一个 springboot web 服务。 我有一个带有 grdle 的 sql 网络服务。我应该做哪些更改才能将其连接到 DB2400?
在此处获取 JDBC 驱动程序:
https://www-03.ibm.com/systems/power/software/i/toolbox/downloads.html
Gradle 对驱动程序的依赖:
// https://mvnrepository.com/artifact/net.sf.jt400/jt400
compile group: 'net.sf.jt400', name: 'jt400', version: '9.4'
包含驱动程序 class 名称等的常见问题解答可在此处找到:
https://www-03.ibm.com/systems/power/software/i/toolbox/faq/jdbc.html