Skip to content

debmalya/DMS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

Basic Web

IBM Cloud Basic Web Starter for Spring

Platform

Table of Contents

Summary

The IBM Cloud Basic Web Starter in Java provides a starting point for creating web applications running on Spring.

To deploy this application to IBM Cloud using a toolchain click the Create Toolchain button. Create Toolchain

Requirements

Configuration

Capabilities are provided through dependencies in the pom.xml file.

Project contents

The ports are set to the defaults of 8080 for http and 8443 for https and are exposed to the CLI in the cli-config.yml file.

The project 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.

Credentials are either taken from the VCAP_SERVICES environment variable that IBM Cloud provides or from environment variables passed in by the config file src/main/resources/application-local.properties.

Run

To build and run the application:

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

To run the 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.

Endpoints

The application exposes the following endpoints:

The ports are set in the pom.xml file and exposed to the CLI in the cli-config.yml file.

Notices

This project was generated using:

  • generator-ibm-java v5.12.4
  • ibm-java-codegen-common v^3.0.3
  • generator-ibm-service-enablement v^2.5.1
  • generator-ibm-cloud-enablement v^1.2.2
  • generator-ibm-java-spring v2.2.4