Skip to content
Snippets Groups Projects
Martin Lowe's avatar
Martin Lowe authored
chore: Update Commons version to 1.3.2

See merge request !65
b7db8600
History

eclipsefdn-hellosign-api

Description of business need fulfilled by API goes here.

Application details

Service name Internal port Host port
Application 8090 10300
MariaDB 3306 10301
FoundationDB API 8095 10302

Getting started

Requirements

  • Docker
  • mvn
  • make
  • yarn
  • Java 11 >

Setup

Additional setup instructions will be added as the project grows and evolves.

Initial setup

// TODO - depends on project, varies too widely to be easily templated

Build and start server

make compile-start

Live coding dev mode

make dev-start

Generate spec

make compile-test-resources

Contributing

  1. Fork the eclipsefdn-hellosign-api repository
  2. Clone repository git clone https://gitlab.eclipse.org/[your_eclipsefdn_username]/eclipsefdn-hellosign-api.git
  3. Create your feature branch: git checkout -b my-new-feature
  4. Commit your changes: git commit -m 'Add some feature' -s
  5. Push feature branch: git push origin my-new-feature
  6. Submit a merge request

Declared Project Licenses

This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0 which is available at http://www.eclipse.org/legal/epl-2.0.

SPDX-License-Identifier: EPL-2.0