europeana / api-template

Template for setting up a new Spring-Boot2 API application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Template for setting up a new Spring-Boot2 API application

License:European Union Public License 1.2


Languages

Language:Java 96.7%Language:Dockerfile 2.5%Language:HTML 0.7%