Skip to content

joerodriguez/spring-boot-todo-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Spring Boot Example

Setup

Dependencies:

  • java jdk 1.7
  • maven
  • postgres

See db schema in migration.sql

The environment variable DATABASE_URL must be set to run in any environment, including test. This should be in the postgres/heroku format: postgres://username:password@host:port/db_name

Running tests:

  • mvn test

Running a server:

  • set the DATABASE_URL environment variable
  • mvn clean compile
  • mvn install -DskipTests=true
  • java -jar target/spring-boot-example.jar

Exercises

  • acceptance tests for creating and deleting todos
  • functionality to edit todos

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages