Skip to content

Template for setting up a new Spring-Boot2 API application

License

Notifications You must be signed in to change notification settings

europeana/api-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Europeana MyApi

Spring-Boot2 web application for .....

Prerequisites

* A Maven installation is recommended, but you could use the accompanying mvnw (Linux, Mac OS) or mvnw.cmd (Windows) files instead.

Run

The application has a Tomcat web server that is embedded in Spring-Boot.

Either select the MyApiApplication class in your IDE and 'run' it

or

go to the application root where the pom.xml is located and excute
./mvnw spring-boot:run (Linux, Mac OS) or mvnw.cmd spring-boot:run (Windows)

License

Licensed under the EUPL 1.2. For full details, see LICENSE.md.