Skip to content

Example application for the REST training in the Software Development Academy.

Notifications You must be signed in to change notification settings

kkoltun/teaching_java_REST_movie_service

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Spring Boot CRUD Controller Example

Sample CRUD application storing movies.

How to run

  1. To Run this project locally:
    $ mvn spring-boot:run
  2. To build and run from executable jar:
    $ mvn package
    $ java -jar target/movies-<version>.jar

HTTP API

  1. To access application, open: http://localhost:8081/movies
  2. To access swagger-ui, open: http://localhost:8081/swagger-ui.html

About

Example application for the REST training in the Software Development Academy.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%