Skip to content

sashajo/testatomist2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

testatomist2

My new project

This Spring Boot microservice is driven using Maven. To run locally simply execute the following from the command line:

$ ./mvnw spring-boot:run

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

$ ./mvnw test

Extend the project

The following Atomist editors are available for this project:


Created on 2017-02-10 by Atomist. Need Help? Join our Slack community.

Create a docker container

You can now build, package and run this microservice using Docker.

Now you can build your docker image by entering from a terminal where you have access to Docker, execute the following command:

$ ./mvnw clean package docker:build

Even push it to a repository of your choice:

$ ./mvnw clean package docker:build -DpushImage

About

My new project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors