jt400-spring-boot-starter

JT400 autoconfiguration

License

License

Categories

Categories

Spring Boot Container Microservices
GroupId

GroupId

xyz.zeroonebn
ArtifactId

ArtifactId

jt400-spring-boot-starter
Last Version

Last Version

0.0.1
Release Date

Release Date

Type

Type

pom.sha512
Description

Description

jt400-spring-boot-starter
JT400 autoconfiguration
Project URL

Project URL

https://github.com/zeroonebn/zeroonebn/tree/main/jt400-spring-boot-starter
Source Code Management

Source Code Management

https://github.com/zeroonebn/zeroonebn

Download jt400-spring-boot-starter

Dependencies

compile (2)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter jar 2.4.4
net.sf.jt400 : jt400-jdk8 jar 10.5

Project Modules

There are no modules declared in this project.

Zeroonebn

Zeroonebn (01 BN) is a tool designed to help create modern web applications for IBM i.

It integrates the following tools or libraries:

Getting started

To get started, include the dependencies you need in your build.gradle (or build.gradle.kts) file:

implementation("xyz.zeroonebn:vaadin-spring-boot-starter:0.0.1")
implementation("xyz.zeroonebn:security-spring-boot-starter:0.0.1")
implementation("xyz.zeroonebn:jt400-spring-boot-starter:0.0.1")

If you are using Maven, add those dependencies in your pom.xml file.

Those starters will pull the required dependencies and autoconfigure as much as possible.

If you run your application on IBM i, it will, by default, connect to the local IBM i with the user that runs the application (for database and other IBM i related accesses). During development, your application will likely run on a workstation that is not an IBM i, in this case you need to specify connection information to your IBM i in your application.properties file:

jt400.host=ibmi_host
jt400.user=ibmi_user
jt400.password=ibmi_password

It is generally a bad security practise to have a password in clear text in a file, you can instead put it in environment variable named JT400_PASSWORD.

License

Zeroonebn is Open Source software released under the Apache 2.0 license.

Versions

Version
0.0.1