jt400-spring-boot-starter

JT400 autoconfiguration

Лицензия

Лицензия

Категории

Категории

Spring Boot Контейнер Микросервисы
Группа

Группа

xyz.zeroonebn
Идентификатор

Идентификатор

jt400-spring-boot-starter
Последняя версия

Последняя версия

0.0.1
Дата

Дата

Тип

Тип

pom.sha512
Описание

Описание

jt400-spring-boot-starter
JT400 autoconfiguration
Ссылка на сайт

Ссылка на сайт

https://github.com/zeroonebn/zeroonebn/tree/main/jt400-spring-boot-starter
Система контроля версий

Система контроля версий

https://github.com/zeroonebn/zeroonebn

Скачать jt400-spring-boot-starter

Зависимости

compile (2)

Идентификатор библиотеки Тип Версия
org.springframework.boot : spring-boot-starter jar 2.4.4
net.sf.jt400 : jt400-jdk8 jar 10.5

Модули Проекта

Данный проект не имеет модулей.

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.

Версии библиотеки

Версия
0.0.1