vaadin-spring-boot-starter

Vaadin autoconfiguration

License

License

Categories

Categories

Spring Boot Container Microservices Vaadin User Interface Web Frameworks
GroupId

GroupId

xyz.zeroonebn
ArtifactId

ArtifactId

vaadin-spring-boot-starter
Last Version

Last Version

0.0.1
Release Date

Release Date

Type

Type

pom.sha512
Description

Description

vaadin-spring-boot-starter
Vaadin autoconfiguration
Project URL

Project URL

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

Source Code Management

https://github.com/zeroonebn/zeroonebn

Download vaadin-spring-boot-starter

Dependencies

compile (3)

Group / Artifact Type Version
com.github.mvysny.karibudsl : karibu-dsl jar 1.0.4
com.vaadin : vaadin-spring-boot-starter jar 14.5.0
org.springframework.boot : spring-boot-starter-web jar 2.4.4

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