Skip to content

serkanz/otakarseda

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Country Route Finder

Requirements

For building and running the application you need:

If you're behind a proxy, you can configure it in the application.properties file.

Running the application locally

There are several ways to run a Spring Boot application on your local machine. One way is to execute the main method in the zengin.serkan.countrydemo.CountrydemoApplication class from your IDE.

Alternatively you can use the Spring Boot Maven plugin like so:

mvn spring-boot:run

Packaging the application

Below comand creates a jar file under the target directory that can be used to run the application.

mvn package

Running the application on a remote server

Copy the jar file to the remote server and execute the following command:

java -jar countrydemo-0.0.1-SNAPSHOT.jar

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages