Skip to content

gailo22/kube-spring-app

Repository files navigation

IBM Cloud starter

IBM Cloud starter for Java - Spring Framework

Platform

Table of Contents

Summary

The IBM Cloud starter for Java - Spring Framework provides a starting point for creating applications running on Spring. It contains no default application code.

Once you have created an application it can be deployed to IBM Cloud using a toolchain click the Create Toolchain button. Create Toolchain

Requirements

Project contents

The project already contains IBM Cloud specific files that are used to deploy the application as part of a IBM Cloud DevOps flow. The .bluemix directory contains files used to define the IBM Cloud toolchain and pipeline for your application. The manifest.yml file specifies the name of your application in IBM Cloud, the timeout value during deployment and which services to bind to.

Run

To build and run an application:

  1. mvn install
  2. java -jar ./target/MyAppNIXPQ-1.0-SNAPSHOT.jar

To run an application in Docker use the Docker file called Dockerfile. If you do not want to install Maven locally you can use Dockerfile-tools to build a container with Maven installed.

Notices

This project was generated using:

  • generator-ibm-java v5.14.0
  • generator-ibm-service-enablement v3.1.3
  • generator-ibm-cloud-enablement v1.5.5
  • generator-ibm-java-spring v

Releases

No releases published

Packages

No packages published