Skip to content

maysunfaisal/springboot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Microservice

IBM Cloud Microservice Starter for Spring

Platform

Table of Contents

Summary

The IBM Cloud Microservice Starter in Java provides a starting point for creating Java microservice applications running on Spring.

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.

Run

To build and run the application:

  1. mvn install
  2. java -jar ./target/[microclimate-project-name]-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.13.7
  • generator-ibm-service-enablement v3.1.2
  • generator-ibm-cloud-enablement v1.5.4
  • generator-ibm-java-spring v

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published