katoomba-demo / rj1

my new project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

spring-rest-seed

This is an Atomist seed project for a Spring Boot REST service. You can edit this project freely, with Atomist generators capable of turning it into a clean, customized project.

This project builds and runs. To run it, type

$ ./mvnw spring-boot:run -DATOMIST_TEAM=<your Atomist team id>

The environment variable for your Atomist team id is not necessary for projects generated from this seed, which will have had the team put in.

Development

This project is driven using Maven.

Run locally

You can run the service locally using the following from the command:

$ ./mvnw spring-boot:run

Run tests

This service comes with some basic tests as a good starting point for writing your own. Use the following command to execute the tests using Maven:

$ ./mvnw test

Created by Atomist. Need Help? Join our Slack team.

Deep at the center of my being is an infinite well of love.

About

my new project


Languages

Language:Java 92.2%Language:Dockerfile 7.8%