Skip to content

chendot/simple-quote-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Read Me First

The following was discovered as part of building this project:

  • The following dependencies are not known to work with Spring Native: 'Spring Configuration Processor, Spring Boot DevTools'. As a result, your application may not work as expected.

Getting Started

Reference Documentation

For further reference, please consider the following sections:

Additional Links

These additional references should also help you:

Spring Native

This project has been configured to let you generate a lightweight container running a native executable. Docker should be installed and configured on your machine prior to creating the image, see the Getting Started section of the reference guide .

To create the image, run the following goal:

$ ./mvnw spring-boot:build-image

Then, you can run the app like any other container:

$ docker run --rm demo:0.0.1-SNAPSHOT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published